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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -28,6 +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 run -n realcam pip install -r /app/requirements.txt
32
 
33
  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 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