diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index e48302aca1..9a1c5d9891 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -42,6 +42,8 @@ RUN mamba install --yes \ '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 && \