Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -17,7 +17,6 @@ RUN python3 -m pip install -U -I --no-deps --no-cache-dir https://github.com/mik
|
|
17 |
RUN python3 -m pip install -U --no-cache-dir yt-dlp
|
18 |
RUN apt-get update && apt-get install -y ffmpeg
|
19 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
20 |
-
RUN --dns 8.8.8.8 --dns 1.1.1.1
|
21 |
COPY . .
|
22 |
|
23 |
CMD ["uvicorn", "API:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
17 |
RUN python3 -m pip install -U --no-cache-dir yt-dlp
|
18 |
RUN apt-get update && apt-get install -y ffmpeg
|
19 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
20 |
COPY . .
|
21 |
|
22 |
CMD ["uvicorn", "API:app", "--host", "0.0.0.0", "--port", "7860"]
|