We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50aa1f3 + 85c1fb7 commit a3f4383Copy full SHA for a3f4383
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/jupyter/base-notebook@sha256:116c6982d52b25e5cdd459c93bb624718ecb2f13c603e72001a6bf8b85468a00
+FROM quay.io/jupyter/base-notebook:2024-12-02
2
3
USER root
4
@@ -56,4 +56,5 @@ RUN . /opt/conda/bin/activate && \
56
57
COPY --chown=$NB_UID:$NB_GID . /opt/install
58
RUN . /opt/conda/bin/activate && \
59
+ mamba install -y -q "nodejs>=22" && \
60
pip install /opt/install
0 commit comments