Skip to content

Commit 061e622

Browse files
committed
base: Update JupyterLab to v3.6.2
1 parent e1864ca commit 061e622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base/latest.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG CUDA_IMAGE_FLAVOR
77
ARG NB_USER=jovyan
88
ARG NB_UID=1000
99
ARG JUPYTERHUB_VERSION=3.1.1
10-
ARG JUPYTERLAB_VERSION=3.6.1
10+
ARG JUPYTERLAB_VERSION=3.6.2
1111
ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
1212
ARG CODE_SERVER_VERSION=4.9.1
1313
ARG GIT_VERSION=2.40.0
@@ -153,11 +153,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
153153
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
154154
&& fc-cache -fv \
155155
## Git: Set default branch name to main
156-
&& sudo git config --system init.defaultBranch main \
156+
&& git config --system init.defaultBranch main \
157157
## Git: Store passwords for one hour in memory
158158
&& git config --system credential.helper "cache --timeout=3600" \
159159
## Git: Merge the default branch from the default remote when "git pull" is run
160-
&& sudo git config --system pull.rebase false \
160+
&& git config --system pull.rebase false \
161161
## Install pandoc
162162
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
163163
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \

0 commit comments

Comments
 (0)