From 6e88dd93d364ceb3c452ce0cfd8aa9686623390b Mon Sep 17 00:00:00 2001 From: Abhishek Bhagwat Date: Thu, 31 Oct 2024 01:57:16 +0000 Subject: [PATCH] feat: add deployment instructions on Google Kubernetes Engine --- computer-use-demo/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/computer-use-demo/README.md b/computer-use-demo/README.md index 2b896da8..2ba28b1a 100644 --- a/computer-use-demo/README.md +++ b/computer-use-demo/README.md @@ -98,9 +98,11 @@ docker run \ Once the container is running, see the [Accessing the demo app](#accessing-the-demo-app) section below for instructions on how to connect to the interface. -### Vertex +### Google Cloud Vertex AI -You'll need to pass in Google Cloud credentials with appropriate permissions to use Claude on Vertex. +#### Running on local machine + +You'll need to pass in Google Cloud credentials with appropriate permissions to use Claude on Google Cloud Vertex AI. ```bash docker build . -t computer-use-demo @@ -125,6 +127,10 @@ This example shows how to use the Google Cloud Application Default Credentials t You can also set `GOOGLE_APPLICATION_CREDENTIALS` to use an arbitrary credential file, see the [Google Cloud Authentication documentation](https://cloud.google.com/docs/authentication/application-default-credentials#GAC) for more details. + +#### Deploing on Google Kubernetes Engine (GKE) +If you are looking to run the computer use demo on a secure sandbox container within Google Kubernetes Engine (GKE), please at a look at the [deployment instructions here](https://github.com/GoogleCloudPlatform/generative-ai/tree/main/partner-models/claude/computer-use-demo) + ### Accessing the demo app Once the container is running, open your browser to [http://localhost:8080](http://localhost:8080) to access the combined interface that includes both the agent chat and desktop view.