Skip to content

Commit

Permalink
Install default_env on all nodes (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongreenberg authored and Alexandra Belousov committed Sep 18, 2024
1 parent a048a28 commit 6c8e1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runhouse/resources/envs/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ def install(self, force: bool = False, cluster: Cluster = None, node: str = "all
on the cluster. (Default: ``False``)
cluster (Clsuter, optional): Cluster to install the env on. If not provided, env is installed
on the current cluster. (Default: ``None``)
node (str, optional): Node to install the env on. (Default: ``"all"``)
"""

# Hash the config_for_rns to check if we need to install
env_config = self.config()
# Remove the name because auto-generated names will be different, but the installed components are the same
Expand Down

0 comments on commit 6c8e1fd

Please sign in to comment.