Yuuki0125 commited on
Commit
4c414a6
·
verified ·
1 Parent(s): bd789b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,9 +10,9 @@ COPY ./requirements.txt /code/requirements.txt
10
  RUN mkdir -p /tmp/cache/huggingface && chmod -R 777 /tmp/cache/huggingface
11
  RUN mkdir -p /tmp/huggingface-cache && chmod -R 777 /tmp/huggingface-cache
12
 
 
13
  RUN python3 -m pip install -U -I --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz
14
  RUN python3 -m pip install -U --no-cache-dir yt-dlp
15
- RUN python3 pip install -U git+https://github.com/bluet/proxybroker2.git
16
  RUN apt-get update && apt-get install -y ffmpeg
17
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
18
 
 
10
  RUN mkdir -p /tmp/cache/huggingface && chmod -R 777 /tmp/cache/huggingface
11
  RUN mkdir -p /tmp/huggingface-cache && chmod -R 777 /tmp/huggingface-cache
12
 
13
+ RUN python3 -m pip install -U git+https://github.com/bluet/proxybroker2.git
14
  RUN python3 -m pip install -U -I --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz
15
  RUN python3 -m pip install -U --no-cache-dir yt-dlp
 
16
  RUN apt-get update && apt-get install -y ffmpeg
17
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
18