Skip to content

Commit

Permalink
Switch to date tag for base image, install nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Dec 2, 2024
1 parent 50aa1f3 commit 85c1fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/jupyter/base-notebook@sha256:116c6982d52b25e5cdd459c93bb624718ecb2f13c603e72001a6bf8b85468a00
FROM quay.io/jupyter/base-notebook:2024-12-02

USER root

Expand Down Expand Up @@ -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

0 comments on commit 85c1fb7

Please sign in to comment.