Skip to content
Snippets Groups Projects
Commit 9b56da94 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Update base notebook

parent ea9c72e1
No related branches found
No related tags found
No related merge requests found
FROM registry.esss.lu.se/ics-docker/miniconda:4.6.12
FROM registry.esss.lu.se/ics-docker/miniconda:4.6.14
USER root
......@@ -51,9 +51,9 @@ USER conda
# Install Jupyter Notebook and Hub
RUN conda create --quiet --yes -n jupyter \
'python=3.7' \
'notebook=5.7' \
'jupyterhub=0.9' \
'jupyterlab=0.35' \
'notebook=6.0.0' \
'jupyterhub=1.0.0' \
'jupyterlab=1.0.4' \
&& conda clean -tipsy
ENV CONDA_PREFIX=/opt/conda/envs/jupyter \
......
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