From 85c1fb785ba2aa7b01cd70e2e75112e041747ce2 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 2 Dec 2024 19:58:05 +0000 Subject: [PATCH] Switch to date tag for base image, install nodejs --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73b2d64b..4c61a900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/jupyter/base-notebook@sha256:116c6982d52b25e5cdd459c93bb624718ecb2f13c603e72001a6bf8b85468a00 +FROM quay.io/jupyter/base-notebook:2024-12-02 USER root @@ -56,4 +56,5 @@ RUN . /opt/conda/bin/activate && \ COPY --chown=$NB_UID:$NB_GID . /opt/install RUN . /opt/conda/bin/activate && \ + mamba install -y -q "nodejs>=22" && \ pip install /opt/install