Skip to content

Commit 428f936

Browse files
authored
Merge pull request #10 from bjlittle/mybinder-dockerfile
Add mybinder dockerfile.
2 parents 9db9c11 + 3112c2d commit 428f936

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM andrewosh/binder-base
2+
3+
LABEL maintainer "[email protected]"
4+
5+
USER main
6+
7+
RUN conda install -c conda-forge python-stratify matplotlib && python -c "import matplotlib.pyplot"

0 commit comments

Comments
 (0)