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 3362daf commit ea7ace0Copy full SHA for ea7ace0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM sagemath/sagemath:8.3
+FROM sagemath/sagemath
2
USER root
3
ENV HOME /root
4
RUN apt-get update && apt-get -qq install -y curl \
@@ -8,4 +8,5 @@ USER sage
8
ENV HOME /home/sage
9
COPY --chown=sage:sage . ${HOME}/sage-combinat-widgets
10
WORKDIR ${HOME}/sage-combinat-widgets
11
+RUN sage -pip install jupyterlab
12
RUN sage -pip install .
0 commit comments