File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG CUDA_IMAGE_FLAVOR
7
7
ARG NB_USER=jovyan
8
8
ARG NB_UID=1000
9
9
ARG JUPYTERHUB_VERSION=3.1.1
10
- ARG JUPYTERLAB_VERSION=3.6.1
10
+ ARG JUPYTERLAB_VERSION=3.6.2
11
11
ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
12
12
ARG CODE_SERVER_VERSION=4.9.1
13
13
ARG GIT_VERSION=2.40.0
@@ -153,11 +153,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
153
153
&& 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 \
154
154
&& fc-cache -fv \
155
155
# # Git: Set default branch name to main
156
- && sudo git config --system init.defaultBranch main \
156
+ && git config --system init.defaultBranch main \
157
157
# # Git: Store passwords for one hour in memory
158
158
&& git config --system credential.helper "cache --timeout=3600" \
159
159
# # 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 \
161
161
# # Install pandoc
162
162
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
163
163
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
You can’t perform that action at this time.
0 commit comments