Skip to content
Snippets Groups Projects
Commit 31d9e6eb authored by Pascal Baumann's avatar Pascal Baumann
Browse files

Merge branch 'fix-stupid-conda' into 'master'

Fix Conda Solver Running Into Timeout

See merge request !10
parents f3760774 d65adff3
No related branches found
No related tags found
1 merge request!10Fix Conda Solver Running Into Timeout
Pipeline #663317 passed
...@@ -50,6 +50,7 @@ RUN conda env update -q -f /tmp/environment.yml && \ ...@@ -50,6 +50,7 @@ RUN conda env update -q -f /tmp/environment.yml && \
/opt/conda/bin/pip install -r /tmp/requirements.txt && \ /opt/conda/bin/pip install -r /tmp/requirements.txt && \
conda clean -y --all && conda list && \ conda clean -y --all && conda list && \
conda env export -n "root" conda env export -n "root"
RUN conda install conda && conda update --all
RUN conda install -q -y -c conda-forge ffmpeg # could be removed, as not used? RUN conda install -q -y -c conda-forge ffmpeg # could be removed, as not used?
COPY --from=builder ${HOME}/.renku/venv ${HOME}/.renku/venv COPY --from=builder ${HOME}/.renku/venv ${HOME}/.renku/venv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment