File tree Expand file tree Collapse file tree 3 files changed +1
-24
lines changed Expand file tree Collapse file tree 3 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 1
- FROM sagemath/sagemath:8.0
2
-
1
+ FROM sagemath/sagemath:8.0-1
3
2
# Inspired from https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
4
-
5
- ENV NB_USER=sage
6
- ENV HOME /home/sage
7
-
8
- # Upgrade to jupyter 5.* as required by mybinder and install additional kernels
9
- # This will eventually be lifted upstream to sagemath/sagemath
10
- RUN sage -pip install "notebook>=5" "ipykernel>=4.6"
11
- RUN sage -i gap_jupyter
12
- RUN sage -i singular_jupyter
13
- RUN sage -i pari_jupyter
14
-
15
- USER root
16
- # This will eventually be lifted upstream to sagemath/sagemath
17
- COPY jupyter jupyter-notebook /usr/bin/
18
-
19
3
# Make sure the contents of our repo are in ${HOME}
20
4
COPY . ${HOME}
21
- RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
22
- USER ${NB_USER}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments