You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/config_files.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ Below is a list of supported configuration files (roughly in the order of build
32
32
``environment.yml`` is the standard configuration file used by `conda <https://conda.io>`_
33
33
that lets you install any kind of package,
34
34
including Python, R, and C/C++ packages.
35
-
``repo2docker`` does not use ``environment.yml`` to create and activate a new conda environment.
36
-
Rather, it updates a base conda environment with the packages listed in ``environment.yml``.
35
+
``repo2docker`` does not use your ``environment.yml`` to create and activate a new conda environment.
36
+
Rather, it updates a base conda environment `defined here <https://github.com/jupyter/repo2docker/blob/master/repo2docker/buildpacks/conda/environment.yml>`_ with the packages listed in your ``environment.yml``.
37
37
This means that the environment will always have the same default name, not the name
0 commit comments