Skip to content

Commit 3db4476

Browse files
authored
[FIX] Pin jupyterlab-desktop version (#387)
* add ssh and vim to devel container * pin jupyterlab to version that doesn't force you to install a python environment
1 parent 4daef83 commit 3db4476

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev/dockerfiles/devel/main.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ RUN --mount=type=cache,target=/var/lib/apt \
317317
\
318318
&& apt update \
319319
&& apt install --no-install-recommends -y \
320-
jq entr nano sudo bash-completion \
320+
jq entr ssh vim nano sudo bash-completion \
321321
# X11 dependencies
322322
libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev \
323323
# node-canvas dependencies

dev/dockerfiles/devel/notebook.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ADD --chown=rapids:rapids \
1313
/opt/rapids/.local/share/jupyter/kernels/javascript/logo-64x64.png
1414

1515
ADD --chown=root:root \
16-
https://github.com/jupyterlab/jupyterlab-desktop/releases/latest/download/JupyterLab-Setup-Debian.deb \
16+
https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v3.3.2-1/JupyterLab-Setup-Debian.deb \
1717
/tmp/JupyterLab-Setup-Debian.deb
1818

1919
USER root
@@ -35,7 +35,7 @@ if __name__ == \"__main__\":\n\
3535
\"--hide-undefined\",\n\
3636
\"{connection_file}\",\n\
3737
\"--protocol=5.0\",\n\
38-
\"--session-working-dir=/opt/rapids\"\n\
38+
\"--session-working-dir=/opt/rapids/node\"\n\
3939
],\n\
4040
\"name\": \"javascript\",\n\
4141
\"language\": \"javascript\",\n\

dev/dockerfiles/runtime/notebook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ADD --chown=node:node \
1515
/home/node/.local/share/jupyter/kernels/javascript/logo-64x64.png
1616

1717
ADD --chown=root:root \
18-
https://github.com/jupyterlab/jupyterlab-desktop/releases/latest/download/JupyterLab-Setup-Debian.deb \
18+
https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v3.3.2-1/JupyterLab-Setup-Debian.deb \
1919
/tmp/JupyterLab-Setup-Debian.deb
2020

2121
USER root

0 commit comments

Comments
 (0)