Skip to content

Commit 0ace857

Browse files
authored
Upgrade to SageMath 8.4 and install JupyterLab
1 parent 7e83678 commit 0ace857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Dockerfile for binder
22
# Reference: https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
33

4-
# Temporary work around: the first 8.2 image that was pushed to dockerhub was incompatible
5-
FROM sagemath/sagemath@sha256:e933509b105f36b9b7de892af847ade7753e058c5d9e0c0f280f591b85ad996d
6-
# FROM sagemath/sagemath:8.2
4+
FROM sagemath/sagemath:8.4
5+
6+
RUN sage -pip install jupyterlab
77

88
# Copy the contents of the repo in ${HOME}
99
COPY --chown=sage:sage . ${HOME}

0 commit comments

Comments
 (0)