We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2e2cc commit 43519f2Copy full SHA for 43519f2
base-notebook/Dockerfile
@@ -36,14 +36,9 @@ USER ${NB_UID}
36
# files across image layers when the permissions change
37
WORKDIR /tmp
38
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' \
42
'notebook' \
43
'jupyterhub' \
44
'jupyterlab' && \
45
- # Pin NodeJS
46
- echo 'nodejs >=18.0' >> "${CONDA_DIR}/conda-meta/pinned" && \
47
jupyter notebook --generate-config && \
48
mamba clean --all -f -y && \
49
npm cache clean --force && \
0 commit comments