Skip to content

Commit

Permalink
Merge pull request #136 from manics/update-dockerfile
Browse files Browse the repository at this point in the history
Switch to date tag for base image, install nodejs
  • Loading branch information
consideRatio authored Dec 2, 2024
2 parents 50aa1f3 + 85c1fb7 commit a3f4383
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 a3f4383

Please sign in to comment.