Skip to content

Commit

Permalink
Merge pull request #48 from mitre/t31-dockerfile-updates
Browse files Browse the repository at this point in the history
T31 dockerfile updates
  • Loading branch information
dchud authored Jul 2, 2021
2 parents 2fcebca + 5789cce commit 481187d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/minimal-notebook
FROM jupyter/scipy-notebook

LABEL maintainer="Robi Scalfani <[email protected]>"

Expand All @@ -23,4 +23,4 @@ RUN jupyter nbextension enable --py --sys-prefix qgrid
# Switch back to regular user
USER jovyan

CMD jupyter notebook
CMD jupyter notebook
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ipywidgets
matplotlib>=3.3.4
pandas>=1.2.2
matplotlib>=3.3.4
pandas>=1.2.2
qgrid>=1.3.1
seaborn>=0.11.1
seaborn>=0.11.1

0 comments on commit 481187d

Please sign in to comment.