Skip to content

Commit

Permalink
Merge pull request #14 from patriotyk/bugfix/issue-13
Browse files Browse the repository at this point in the history
Bugfix/issue 13
  • Loading branch information
patriotyk authored Dec 20, 2024
2 parents 01bc77f + 5347a6d commit b740c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install package
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg libmagic-dev libcairo2-dev libgirepository1.0-dev python3-gst-1.0
sudo apt-get install -y ffmpeg libmagic-dev libcairo2-dev libgirepository1.0-dev python3-gst-1.0 portaudio19-dev python3-pyaudio
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvidia/cuda:11.8.0-base-ubuntu22.04

RUN apt-get update
RUN apt-get install -y pandoc ffmpeg git python3-pip libmagic-dev libcairo2-dev libgirepository1.0-dev python3-gst-1.0
RUN apt-get install -y pandoc ffmpeg git python3-pip libmagic-dev libcairo2-dev portaudio19-dev python3-pyaudio libgirepository1.0-dev python3-gst-1.0
RUN pip install -U pip
RUN pip install git+https://github.com/patriotyk/narizaka.git
RUN cp -r /usr/local/lib/python3.10/dist-packages/nvidia/cudnn/lib/lib* /usr/lib/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pandas
torch
torchaudio
auditok
stable-ts==2.17.3
stable-ts@git+https://github.com/jianfch/stable-ts.git@e6c44f97d0d56015e1a63134b61bed768153696e
retry2
tqdm

0 comments on commit b740c6f

Please sign in to comment.