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 d831625 + e6aca30 commit 56a1b21Copy full SHA for 56a1b21
Dockerfile
@@ -1,9 +1,9 @@
1
# Dockerfile for binder
2
# Reference: https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
3
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
+FROM sagemath/sagemath:8.4
+
+RUN sage -pip install jupyterlab
7
8
# Copy the contents of the repo in ${HOME}
9
COPY --chown=sage:sage . ${HOME}
0 commit comments