File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ particular, you probably want to modify this line::
19
19
20
20
:target: https://mybinder.org/v2/gh/...
21
21
22
- with `... ` replaced with your forked repo. This makes the Binder badge use your
23
- repo to create the Jupyter server .
22
+ with `... ` filled with the name of your forked repo. This makes the Binder badge use your
23
+ repo to create the Jupyter computing environment .
24
24
25
25
26
- Extending the sagemath Docker image
27
- -----------------------------------
26
+ Extending the Dockerfile
27
+ ------------------------
28
28
29
29
The `Dockerfile ` builds Sage with base Docker image::
30
30
31
31
FROM ghcr.io/sagemath/sage/sage-ubuntu-focal-standard-with-targets-optional:dev
32
32
33
- which contains Sage built in the current * develop * branch.
33
+ which contains Sage built in the current develop branch.
34
34
35
35
It includes Sage itself, and all the software packages typically
36
36
included in a standard Sage installation, though not *everything *. In
37
37
particular not optional Sage SPKGs, or other system software packages.
38
38
39
- So in order to install additional Sage SPKGs, it is possible to include a line like::
39
+ So in order to install additional Sage SPKGs, include a line like::
40
40
41
41
RUN sage -i <spkg-name>
42
42
You can’t perform that action at this time.
0 commit comments