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.
1 parent 214d400 commit e8f60a1Copy full SHA for e8f60a1
Dockerfile
@@ -1,4 +1,7 @@
1
+# Dockerfile for binder
2
+# Reference: https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
3
+
4
FROM sagemath/sagemath:8.1
-# Inspired from https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
-# Make sure the contents of our repo are in ${HOME}
5
6
+# Copy the contents of the repo in ${HOME}
7
COPY --chown=sage:sage . ${HOME}
0 commit comments