Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ 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 -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 |
|
|
|
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 |
|