Skip to content

Commit 43519f2

Browse files
authored
Do not pin nodejs version (#1914)
1 parent bd2e2cc commit 43519f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

base-notebook/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,9 @@ USER ${NB_UID}
3636
# files across image layers when the permissions change
3737
WORKDIR /tmp
3838
RUN mamba install --yes \
39-
# NodeJS >= 18.0 is required for `jupyter lab build` command
40-
# https://github.com/jupyter/docker-stacks/issues/1901
41-
'nodejs>=18.0' \
4239
'notebook' \
4340
'jupyterhub' \
4441
'jupyterlab' && \
45-
# Pin NodeJS
46-
echo 'nodejs >=18.0' >> "${CONDA_DIR}/conda-meta/pinned" && \
4742
jupyter notebook --generate-config && \
4843
mamba clean --all -f -y && \
4944
npm cache clean --force && \

0 commit comments

Comments
 (0)