We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82d1ed0 + ae681ec commit 4dc34ffCopy full SHA for 4dc34ff
Dockerfile
@@ -4,4 +4,5 @@ LABEL maintainer "[email protected]"
4
5
USER main
6
7
-RUN conda install -c conda-forge python-stratify matplotlib=1.5.3
+RUN conda install -c conda-forge python-stratify matplotlib
8
+RUN python -c "import matplotlib.pyplot"
0 commit comments