Skip to content

Commit 15987f1

Browse files
committed
Target is my own repo
1 parent 0d81ff3 commit 15987f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ A SageMath-based computing environment for binder
22
=================================================
33

44
.. 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
66

77
This repository illustrates Binder use cases for
88
`SageMath <http://sagemath.org>`_.
@@ -90,7 +90,7 @@ packages).
9090
So in order to install additional Sage SPKGs it is possible to include a line like::
9191

9292
RUN sage -i <spkg-name>
93-
93+
9494
in the ``Dockerfile``. Note, due to a current shortcoming in the official Docker image it is
9595
also necessary to install the `make` system package before running ``sage -i``. See the
9696
next section.
@@ -112,11 +112,11 @@ a single command (this is in order to keep cache files out of the image)::
112112
&& apt-get -qq install -y --no-install-recommends <packages-to-install> \
113113
&& apt-get -qq clean
114114
USER sage
115-
115+
116116
Finally, just make sure toward the end of the ``Dockerfile`` that you switch the image
117117
user back to ``sage`` (so that when users run the container they are not running it as
118118
``root``.
119-
119+
120120

121121
Authors
122122
-------

0 commit comments

Comments
 (0)