Skip to content

Commit

Permalink
Use 01/01/2022 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhughes authored Jan 9, 2024
1 parent a2f491b commit 755063b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ghcr.io/ucsd-ets/datascience-notebook:stable
ARG BASE_CONTAINER=ucsdets/datascience-notebook:2022.1-stable

FROM $BASE_CONTAINER

LABEL maintainer="UC San Diego ITS/ETS <[email protected]>"

Expand All @@ -9,6 +11,6 @@ RUN apt-get update && \
add-apt-repository -y universe && \
apt-get -y install libncurses5-dev libncursesw5-dev libncurses5

RUN pip install --no-cache-dir masspy==0.1.7

USER jovyan

RUN pip install --no-cache-dir masspy==0.1.7

0 comments on commit 755063b

Please sign in to comment.