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

Rename anaconda to conda

parent c831d97b
No related branches found
No related tags found
1 merge request!10Fix Conda Solver Running Into Timeout
Pipeline #661441 passed
...@@ -50,7 +50,7 @@ RUN conda env update -q -f /tmp/environment.yml && \ ...@@ -50,7 +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 anaconda && conda update --all 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