Qa5im commited on
Commit
965aa47
·
1 Parent(s): 4518cd8

docker updated

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN mkdir -p /uploads
26
  RUN chmod 777 /uploads
27
 
28
  # Install requirements.txt
29
- RUN conda install ffmpeg
30
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
31
 
32
  # Start the FastAPI app on port 7860, the default port expected by Spaces
 
26
  RUN chmod 777 /uploads
27
 
28
  # Install requirements.txt
29
+ # RUN conda install ffmpeg
30
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
31
 
32
  # Start the FastAPI app on port 7860, the default port expected by Spaces