Skip to content

Commit

Permalink
Lets just pin everything we can
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Aug 8, 2023
1 parent b04c50f commit 893a1f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ RUN mkdir "/home/${NB_USER}/work" && \
# files across image layers when the permissions change
RUN mamba install --quiet --yes \
-c conda-forge \
'notebook' \
'notebook'==6.5.3 \
'jupyterhub'==3.1.1 \
'jupyterlab'==3.6.1 \
jupyterlab_widgets \
jupyterlab-git \
jupyterlab_widgets==3.0.7 \
jupyterlab-git==0.41.0 \
dask_labextension && \
mamba clean \
--all \
Expand Down Expand Up @@ -173,9 +173,9 @@ RUN update-alternatives --install /usr/bin/nano nano /bin/nano-tiny 10

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RUN pip install --upgrade --no-cache-dir \
jupyterlab_github \
jupyter_client \
ipywidgets
jupyterlab_github==3.0.1 \
jupyter_client==8.1.0 \
ipywidgets==8.0.6

# Enable the serverextensions that do not use the conf.d approach and
# build JupyterLab.
Expand Down

0 comments on commit 893a1f8

Please sign in to comment.