Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Nov 30, 2024
1 parent 06aab9d commit 4abc894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ RUN sudo groupmod -g 1001 ubuntu
RUN sudo usermod -u 1001 -g 1001 ubuntu
RUN sudo apt-get update --allow-insecure-repositories
RUN sudo apt-get -y --allow-unauthenticated install ffmpeg aria2 wget nano git
RUN sudo /home/ubuntu/python3-venv/python3 /inaseg/biliupinit.py --system aarch64-linux.tar.xz
WORKDIR /inaseg
RUN git clone https://github.com/lovegaoshi/inaSpeechSegmenter.git
RUN cd inaSpeechSegmenter; pip install .
COPY ./requirements.txt /inaseg/requirements.txt
RUN pip3 install -r /inaseg/requirements.txt
RUN pip3 install --force-reinstall git+https://github.com/grqz/yt-dlp.git@ie/bilibili/pi_fallbk
COPY . /inaseg
RUN sudo /home/ubuntu/python3-venv/python3 /inaseg/biliupinit.py --system aarch64-linux.tar.xz
COPY . /inaseg

0 comments on commit 4abc894

Please sign in to comment.