Skip to content

Commit

Permalink
Do not pin nodejs version (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jun 3, 2023
1 parent bd2e2cc commit 43519f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ USER ${NB_UID}
# files across image layers when the permissions change
WORKDIR /tmp
RUN mamba install --yes \
# NodeJS >= 18.0 is required for `jupyter lab build` command
# https://github.com/jupyter/docker-stacks/issues/1901
'nodejs>=18.0' \
'notebook' \
'jupyterhub' \
'jupyterlab' && \
# Pin NodeJS
echo 'nodejs >=18.0' >> "${CONDA_DIR}/conda-meta/pinned" && \
jupyter notebook --generate-config && \
mamba clean --all -f -y && \
npm cache clean --force && \
Expand Down

0 comments on commit 43519f2

Please sign in to comment.