generated from ucsd-ets/datahub-example-notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b03d8ca
commit f751524
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
||
|
@@ -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 |