Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Jan 4, 2024
1 parent b03d8ca commit f751524
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
ARG BASE_CONTAINER=ucsdets/datascience-notebook:stable

FROM $BASE_CONTAINER
FROM ucsdets/datascience-notebook:stable

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

Expand All @@ -11,6 +9,7 @@ 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.6

USER jovyan

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

0 comments on commit f751524

Please sign in to comment.