Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|