Skip to content

Commit

Permalink
unpin notebook,jupyterlab,jupyterhub
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekphd committed Dec 28, 2020
1 parent d113a60 commit 0e7b985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
# Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=6.1.5' \
'jupyterhub=1.2.2' \
'jupyterlab=2.2.9' && \
notebook \
jupyterhub \
jupyterlab && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \
Expand Down

0 comments on commit 0e7b985

Please sign in to comment.