Skip to content

Commit 5800b82

Browse files
authored
Pin nodejs version (#1906)
1 parent e98be3d commit 5800b82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base-notebook/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ RUN mamba install --yes \
4242
'notebook' \
4343
'jupyterhub' \
4444
'jupyterlab' && \
45+
# Pin NodeJS
46+
echo 'nodejs >=18.0' >> "${CONDA_DIR}/conda-meta/pinned" && \
4547
jupyter notebook --generate-config && \
4648
mamba clean --all -f -y && \
4749
npm cache clean --force && \

0 commit comments

Comments
 (0)