Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
jupyterlab 3.4.8
go 1.19.2
  • Loading branch information
kylrth committed Oct 13, 2022
1 parent 348eca8 commit 8ac5544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion notebook/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ RUN cd /tmp && \
# install necessary Jupyter components
# https://anaconda.org/conda-forge/notebook
# https://anaconda.org/conda-forge/jupyterhub
# https://anaconda.org/conda-forge/jupyterlab
RUN conda install -y \
python \
notebook=6.4.12 \
jupyterhub=3.0.0 \
jupyterlab=3.4.7 \
jupyterlab=3.4.8 \
jupyter \
six

Expand Down
2 changes: 1 addition & 1 deletion notebook/dl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ USER $NB_USER

# install Go and leave the update-golang.sh command available for the user
# https://go.dev/dl/
ARG GOVERSION=1.19.1
ARG GOVERSION=1.19.2
RUN git clone https://github.com/udhos/update-golang
USER root
RUN cd /home/$NB_USER/update-golang && sed -i 's|wget -O|wget --quiet -O|' update-golang.sh
Expand Down

0 comments on commit 8ac5544

Please sign in to comment.