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
* Deprecate and ignore RunCollection.get_run_plan() repo_dir argument
* Ensure UsersAPIClient.get_my_user() returns UserWithCreds
* Ensure UserSSHKeyManager.get_user_key() returns user SSH key stored on
the server
* Drop SSH key-related support code for pre-0.20.0 servers
Copy file name to clipboardExpand all lines: docs/docs/reference/api/python/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ finally:
44
44
!!! info "NOTE:"
45
45
1. The `configuration` argument in the `apply_configuration` method can be either `dstack.api.Task`, `dstack.api.Service`, or `dstack.api.DevEnvironment`.
46
46
2. When you create `dstack.api.Task`, `dstack.api.Service`, or `dstack.api.DevEnvironment`, you can specify the `image` argument. If `image` isn't specified, the default image will be used. For a private Docker registry, ensure you also pass the `registry_auth` argument.
47
-
3. The `repo` argument in the `apply_configuration` method allows the mounting of a local folder, a remote repo, or a
47
+
3. The `repo` argument in the `apply_configuration` method allows the mounting of a remote repo or a
48
48
programmatically created repo. In this case, the `commands` argument can refer to the files within this repo.
49
49
4. The `attach` method waits for the run to start and, for `dstack.api.Task` sets up an SSH tunnel and forwards
0 commit comments