Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ This adds the `keras-remote up`, `keras-remote down`, `keras-remote status`, and
- Python 3.11+
- Google Cloud SDK (`gcloud`)
- Run `gcloud auth login` and `gcloud auth application-default login`
- [Pulumi CLI](https://www.pulumi.com/docs/install/) (required for `[cli]` install only)
- A Google Cloud project with billing enabled

## Quick Start
Expand Down Expand Up @@ -345,7 +344,7 @@ keras-remote down

This removes:

- GKE cluster and accelerator node pools (via Pulumi)
- GKE cluster and accelerator node pools
- Artifact Registry repository and container images
- Cloud Storage buckets (jobs and builds)
Use `--yes` to skip the confirmation prompt.
Expand Down
Loading