Skip to content

Commit

Permalink
🐳 fix pip requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Jun 8, 2024
1 parent 906ecc3 commit 4256371
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN sed -i s@/archive.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sour
RUN apt-get update -y --allow-unauthenticated --fix-missing && \
add-apt-repository ppa:savoury1/ffmpeg4 -y && \
apt-get update -y && \
apt-get install --no-install-recommends -y ffmpeg rubberband-cli && \
apt-get update && xargs -r -a packages.txt apt-get install -y && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
apt-get clean

RUN pip install -r requirements.docker.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
5 changes: 3 additions & 2 deletions requirements.docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ python-dotenv
zhon
mistune==3.0.2
cn2an
audio_denoiser
resemble-enhance
# audio_denoiser
resemble-enhance
python-box
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ python-dotenv
zhon
mistune==3.0.2
cn2an
audio_denoiser
resemble-enhance
# audio_denoiser
resemble-enhance
python-box

0 comments on commit 4256371

Please sign in to comment.