Skip to content

Commit

Permalink
fix: ytdlp
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 3, 2024
1 parent 9c7150d commit 99382d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ COPY ./requirements.txt /inaseg/requirements.txt
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
Expand Down
1 change: 0 additions & 1 deletion Dockerfile-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ COPY ./requirements.txt /inaseg/requirements.txt
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
COPY . /inaseg
RUN python3 /inaseg/biliupinit.py --system aarch64-linux.tar.xz --sudocp
1 change: 0 additions & 1 deletion Dockerfile-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ COPY ./requirements.txt /inaseg/requirements.txt
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
COPY . /inaseg
RUN python3 /inaseg/biliupinit.py

0 comments on commit 99382d3

Please sign in to comment.