Yuuki0125 commited on
Commit
38d599b
·
verified ·
1 Parent(s): 3b77a76

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]