Skip to content

Commit 8228d9c

Browse files
committed
Upgrade Dockerfile to SageMath 9.0 Python 3
1 parent 9b92ab4 commit 8228d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# - https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
44
# - https://github.com/sagemath/sage-binder-env/blob/master/Dockerfile
55

6-
FROM sagemath/sagemath:8.7
6+
FROM sagemath/sagemath:9.0-py3
77
RUN sudo apt-get update && sudo apt-get install -y pandoc language-pack-fr make
88

99
# Copy the contents of the repo in ${HOME}

0 commit comments

Comments
 (0)