Skip to content

Commit

Permalink
fix: docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 2, 2024
1 parent 8e56b38 commit 9c7150d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ RUN pip3 install -r /inaseg/requirements.txt
# fix numpy to be 1.26; inaspeechsegmenter uses a deprecated feature that breaks on numpy > 2
RUN pip3 install numpy==1.26.3
RUN pip3 install --force-reinstall git+https://github.com/grqz/yt-dlp.git@ie/bilibili/pi_fallbk
RUN wget https://getsamplefiles.com/download/mp3/sample-1.mp3 -P /home
COPY . /inaseg
RUN python3 /inaseg/biliupinit.py

0 comments on commit 9c7150d

Please sign in to comment.