Pin nodejs version (#1906)

This commit is contained in:
Ayaz Salikhov
2023-05-26 15:01:54 +04:00
committed by GitHub
parent e98be3d3d0
commit 5800b8275c

View File

@@ -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 && \