kopia lustrzana https://github.com/jupyterhub/repo2docker
adding runtime to preparing
rodzic
d5cfe3c24a
commit
8e7c7c42c6
|
@ -57,6 +57,9 @@ Supported configuration files
|
||||||
|
|
||||||
Below is a list of supported configuration files.
|
Below is a list of supported configuration files.
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
:local:
|
||||||
|
|
||||||
``requirements.txt``
|
``requirements.txt``
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -101,6 +104,13 @@ This specifies a list of Julia packages!
|
||||||
Using a ``REQUIRE`` file also requires that the repository contain an
|
Using a ``REQUIRE`` file also requires that the repository contain an
|
||||||
``environment.yml`` file.
|
``environment.yml`` file.
|
||||||
|
|
||||||
|
``runtime.txt``
|
||||||
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
This allows you to control the runtime of Python. To use Python 2,
|
||||||
|
put the line ``python-2.7`` in the file. A Python 2 kernel will be installed
|
||||||
|
alongside Python 3.
|
||||||
|
|
||||||
``Dockerfile``
|
``Dockerfile``
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue