Skip to content

Commit

Permalink
Pin nodejs version (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored May 26, 2023
1 parent e98be3d commit 5800b82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 5800b82

Please sign in to comment.