mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Pin nodejs version (#1906)
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user