File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ A SageMath-based computing environment for binder
2
2
=================================================
3
3
4
4
.. image :: https://mybinder.org/badge_logo.svg
5
- :target: https://mybinder.org/v2/gh/sagemath /sage-binder-env/master?filepath=index.ipynb
5
+ :target: https://mybinder.org/v2/gh/kwankyu /sage-binder-env/master?filepath=index.ipynb
6
6
7
7
This repository illustrates Binder use cases for
8
8
`SageMath <http://sagemath.org >`_.
@@ -90,7 +90,7 @@ packages).
90
90
So in order to install additional Sage SPKGs it is possible to include a line like::
91
91
92
92
RUN sage -i <spkg-name>
93
-
93
+
94
94
in the ``Dockerfile ``. Note, due to a current shortcoming in the official Docker image it is
95
95
also necessary to install the `make ` system package before running ``sage -i ``. See the
96
96
next section.
@@ -112,11 +112,11 @@ a single command (this is in order to keep cache files out of the image)::
112
112
&& apt-get -qq install -y --no-install-recommends <packages-to-install> \
113
113
&& apt-get -qq clean
114
114
USER sage
115
-
115
+
116
116
Finally, just make sure toward the end of the ``Dockerfile `` that you switch the image
117
117
user back to ``sage `` (so that when users run the container they are not running it as
118
118
``root ``.
119
-
119
+
120
120
121
121
Authors
122
122
-------
You can’t perform that action at this time.
0 commit comments