Commit a1cc83bc authored by ericdill's avatar ericdill

Bump to latest point releases

parent ebb42274
...@@ -91,11 +91,11 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ ...@@ -91,11 +91,11 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# Do all this in a single RUN command to avoid duplicating all of the # Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change # files across image layers when the permissions change
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.7.*' \ 'notebook=5.7.0' \
'jupyterhub=0.9.*' \ 'jupyterhub=0.9.4' \
'jupyterlab=0.34.*' && \ 'jupyterlab=0.34.12' && \
conda clean -tipsy && \ conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.11.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
npm cache clean --force && \ npm cache clean --force && \
jupyter notebook --generate-config && \ jupyter notebook --generate-config && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment