Merge pull request #1267 from alexander-manley/patch-1

Update Dockerfile
This commit is contained in:
Romain
2021-04-17 09:17:04 +02:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
RUN conda install --quiet --yes \
'notebook=6.3.0' \
'jupyterhub=1.3.0' \
'jupyterlab=3.0.12' && \
'jupyterlab=3.0.14' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \