Merge pull request #608 from agitter/patch-1

Expand environment.yml config notes
pull/614/head
Tim Head 2019-03-07 22:29:44 +01:00 zatwierdzone przez GitHub
commit 63ac63f3e7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,10 @@ Below is a list of supported configuration files (roughly in the order of build
``environment.yml`` is the standard configuration file used by `conda <https://conda.io>`_
that lets you install any kind of package,
including Python, R, and C/C++ packages.
``repo2docker`` does not use ``environment.yml`` to create and activate a new conda environment.
Rather, it updates a base conda environment with the packages listed in ``environment.yml``.
This means that the environment will always have the same default name, not the name
specified in ``environment.yml``.
.. note::