Skip to content

Commit

Permalink
Merge pull request #1267 from alexander-manley/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
romainx authored Apr 17, 2021
2 parents 20c9b80 + 1208587 commit e28c630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit e28c630

Please sign in to comment.