mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Pin nodejs version (#1906)
This commit is contained in:
@@ -42,6 +42,8 @@ RUN mamba install --yes \
|
|||||||
'notebook' \
|
'notebook' \
|
||||||
'jupyterhub' \
|
'jupyterhub' \
|
||||||
'jupyterlab' && \
|
'jupyterlab' && \
|
||||||
|
# Pin NodeJS
|
||||||
|
echo 'nodejs >=18.0' >> "${CONDA_DIR}/conda-meta/pinned" && \
|
||||||
jupyter notebook --generate-config && \
|
jupyter notebook --generate-config && \
|
||||||
mamba clean --all -f -y && \
|
mamba clean --all -f -y && \
|
||||||
npm cache clean --force && \
|
npm cache clean --force && \
|
||||||
|
Reference in New Issue
Block a user