From f75152418abf6f0cab91f6c6c337e58a4b40d89c Mon Sep 17 00:00:00 2001 From: David Andersen <11966194+dtandersen@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:53:27 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a70ae4a..cf7619f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " @@ -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