roll-ai commited on
Commit
c175f6f
·
verified ·
1 Parent(s): a59bda0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN mkdir -p /app/pretrained /app/hf_cache /.cache/gdown && \
28
  COPY requirements.txt /app/requirements.txt
29
  RUN conda create -n realcam python=3.10 -y && \
30
  conda run -n realcam pip install --upgrade pip && \
31
- conda install ffmpeg=7 -c conda-forge && \
32
  conda run -n realcam pip install -r /app/requirements.txt
33
 
34
  RUN chmod -R 777 /app /workspace
 
28
  COPY requirements.txt /app/requirements.txt
29
  RUN conda create -n realcam python=3.10 -y && \
30
  conda run -n realcam pip install --upgrade pip && \
31
+ conda run -n realcam conda install ffmpeg=7 -c conda-forge && \
32
  conda run -n realcam pip install -r /app/requirements.txt
33
 
34
  RUN chmod -R 777 /app /workspace