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

Merge branch 'mamba-update' into 'master'

Mamba Update --all

See merge request !5
parents e519659d 0e7052bf
No related branches found
No related tags found
1 merge request!5Mamba Update --all
Pipeline #471015 passed
......@@ -18,18 +18,20 @@ USER ${NB_USER}
# install the python dependencies
COPY requirements.txt environment.yml /tmp/
RUN mamba update -y -q --all
RUN pip install --upgrade pip
RUN conda env update -q -f /tmp/environment.yml && \
/opt/conda/bin/pip install -r /tmp/requirements.txt && \
conda clean -y --all && conda list && \
conda env export -n "root"
RUN conda install -y -c intel mkl-service==2.4.0
RUN conda install -y -c conda-forge ffmpeg
RUN conda install -q -y -c intel mkl-service==2.4.0
RUN conda install -q -y -c conda-forge ffmpeg
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION=1.8.0
ARG RENKU_VERSION=1.10.0
########################################################
# Do not edit this section and do not add anything below
......
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