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
* add readmes and support cli options
* run from run.yaml file
* update tests to run from run.yaml
* launch jobs asynchronously, do not wait until finish
* add googleapiclient library
* remove subprocess unused import
* remove unused substitution
* specify image tag with uuid for tests
* clean commands
* A Cloud Storage bucket, click [here to create one](https://console.cloud.google.com/storage/create-bucket) if needed.
14
+
15
+
```sh
16
+
export PROJECT=$(gcloud config get-value project)
17
+
export BUCKET="my-cloud-storage-bucket"
18
+
```
19
+
20
+
> ℹ️ Make sure your `BUCKET` name does _not_ include the `gs://` prefix.
0 commit comments