Skip to content

Commit ea7ace0

Browse files
author
Zerline
committed
To try also on Jupyterlab.
1 parent 3362daf commit ea7ace0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sagemath/sagemath:8.3
1+
FROM sagemath/sagemath
22
USER root
33
ENV HOME /root
44
RUN apt-get update && apt-get -qq install -y curl \
@@ -8,4 +8,5 @@ USER sage
88
ENV HOME /home/sage
99
COPY --chown=sage:sage . ${HOME}/sage-combinat-widgets
1010
WORKDIR ${HOME}/sage-combinat-widgets
11+
RUN sage -pip install jupyterlab
1112
RUN sage -pip install .

0 commit comments

Comments
 (0)