Skip to content
Commits on Source (2)
......@@ -22,7 +22,8 @@ COPY requirements.txt environment.yml /tmp/
RUN conda env update -q -f /tmp/environment.yml && \
/opt/conda/bin/pip install -r /tmp/requirements.txt && \
conda clean -y --all && \
conda env export -n "root"
conda env export -n "root" && \
jupyter lab build
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
......