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: runner/README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,18 +85,22 @@ You can also test the built shim and runner using standard backends (including S
85
85
> [!NOTE]
86
86
> To run with standard backends, both the runner and shim must be built for linux/amd64.
87
87
88
-
Build the runner and shim, and upload them to S3 automatically using `just` (see [justfile](../justfile)).
88
+
Build the runner and shim, and upload them to S3 automatically using `just` (see [`justfile`](justfile)).
89
+
90
+
> [!IMPORTANT]
91
+
> Before running any `just` commands that upload to S3, make sure to modify the `s3_bucket` and `version`
92
+
> variables in the [`justfile`](justfile).
89
93
90
94
```shell
91
95
just upload
92
96
```
93
97
94
-
To use the built shim and runner with the dstack server, pass the URLs via `DSTACK_SHIM_DOWNLOAD_URL` and `DSTACK_RUNNER_DOWNLOAD_URL`:
98
+
To use the built shim and runner with the dstack server, pass the URLs via `DSTACK_SHIM_DOWNLOAD_URL` and `DSTACK_RUNNER_DOWNLOAD_URL`. Make sure to use the same `s3_bucket` and `version` values that you setin the [`justfile`](justfile).
0 commit comments