Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ RUN rm -f /opt/conda/.condarc && \
|
|
29 |
ENV CONDA_FORGE=1 \
|
30 |
CONDA_AUTO_UPDATE_CONDA=false
|
31 |
|
32 |
-
RUN conda create --override-channels -n appenv -c conda-forge python=3.
|
33 |
SHELL ["conda", "run", "-n", "appenv", "/bin/bash", "-c"]
|
34 |
|
35 |
# Copy requirements
|
|
|
29 |
ENV CONDA_FORGE=1 \
|
30 |
CONDA_AUTO_UPDATE_CONDA=false
|
31 |
|
32 |
+
RUN conda create --override-channels -n appenv -c conda-forge python=3.10 ffmpeg=7 -y && conda clean -afy
|
33 |
SHELL ["conda", "run", "-n", "appenv", "/bin/bash", "-c"]
|
34 |
|
35 |
# Copy requirements
|