Skip to content

Commit 4dc34ff

Browse files
authored
Merge pull request #11 from bjlittle/mybinder
Update notebook + Dockerfile
2 parents 82d1ed0 + ae681ec commit 4dc34ff

File tree

3 files changed

+89
-39
lines changed

3 files changed

+89
-39
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ LABEL maintainer "[email protected]"
44

55
USER main
66

7-
RUN conda install -c conda-forge python-stratify matplotlib=1.5.3
7+
RUN conda install -c conda-forge python-stratify matplotlib
8+
RUN python -c "import matplotlib.pyplot"

0 commit comments

Comments
 (0)