Skip to content

Commit

Permalink
update a docs w/ unnamed env behavior
Browse files Browse the repository at this point in the history
TODO -- corresponding change in tutorials repo
  • Loading branch information
carolineechen committed May 5, 2024
1 parent 9e6940d commit d03c2f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/tutorials/api-envs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ variables, secrets, and working directory.
secrets=["aws"],
)
If no environment name is provided, it defaults to ``"base_env"``, which
corresponds to the base, catch-all environment on the cluster. If
multiple “base_env” environments are sent to a cluster, the dependencies
and variables will continue to be synced on top of the existing base
environment.
If no environment name is provided, when the environment is sent to a cluster,
the dependencies and varaibles of the environment will be installed and synced
on top of the cluster's default env. However, Without a name, the env resource
itself can not be accessed and does not live in the cluster's object store.

Conda Envs
~~~~~~~~~~
Expand Down

0 comments on commit d03c2f3

Please sign in to comment.