@@ -18,20 +18,20 @@ This example demonstrates a public deployment. For a private service accessible
1818 <Step title = " Select Deploy" >
1919 Go to ** Workloads** and ** Create a new Deployment** .
2020 <Frame >
21- <img src = " how-to/deploy-on-gke/ images/step-2.png" />
21+ <img src = " images/step-2.png" />
2222 </Frame >
2323 </Step >
2424 <Step title = " Name Your Deployment" >
2525 Rename your project. We will call the one in this guide ** llmstudio-on-gcp** .
2626 <Frame >
27- <img src = " how-to/deploy-on-gke/ images/step-3.png" />
27+ <img src = " images/step-3.png" />
2828 </Frame >
2929 </Step >
3030 <Step title = " Select Your Cluster" >
3131 Choose between ** creating a new cluster** or ** using an existing cluster** .
3232 For this guide, we will create a new cluster and use the default region.
3333 <Frame >
34- <img src = " how-to/deploy-on-gke/ images/step-4.png" />
34+ <img src = " images/step-4.png" />
3535 </Frame >
3636 </Step >
3737 <Step title = " Proceed to Container Details" >
@@ -47,7 +47,7 @@ This example demonstrates a public deployment. For a private service accessible
4747 ```
4848 Set it as the ** Image path** to your container.
4949 <Frame >
50- <img src = " how-to/deploy-on-gke/ images/step-6.png" />
50+ <img src = " images/step-6.png" />
5151 </Frame >
5252 </Step >
5353 <Step title = " Set Environment Variables" >
@@ -63,7 +63,7 @@ Additionally, set the `GOOGLE_API_KEY` environment variable to enable calls to G
6363<Tip >Refer to ** SDK/LLM/Providers** for instructions on setting up other providers.</Tip >
6464
6565<Frame >
66- <img src = " how-to/deploy-on-gke/ images/step-7.png" />
66+ <img src = " images/step-7.png" />
6767</Frame >
6868
6969 </Step >
@@ -74,13 +74,13 @@ Additionally, set the `GOOGLE_API_KEY` environment variable to enable calls to G
7474 Select ** Expose deployment as a new service** and leave the first item as is.
7575
7676 <Frame >
77- <img src = " how-to/deploy-on-gke/ images/step-9-1.png" />
77+ <img src = " images/step-9-1.png" />
7878 </Frame >
7979
8080 Add two other items, and expose the ports defined in the ** Set Environment Variables** step.
8181
8282 <Frame >
83- <img src = " how-to/deploy-on-gke/ images/step-9-2.png" />
83+ <img src = " images/step-9-2.png" />
8484 </Frame >
8585 </Step >
8686 <Step title = " Deploy" >
@@ -108,7 +108,7 @@ Now let's make a call to our LLMstudio instance on GCP!
108108
109109 Go to your newly deployed ** Workload** , scroll to the ** Exposing services** section, and take note of the Host of your endpoint.
110110 <Frame >
111- <img src = " how-to/deploy-on-gke/ images/step-env.png" />
111+ <img src = " images/step-env.png" />
112112 </Frame >
113113
114114 Create your ` .env ` file with the following:
@@ -141,7 +141,7 @@ Now let's make a call to our LLMstudio instance on GCP!
141141 ```
142142
143143 <Frame >
144- <img src = " how-to/deploy-on-gke/ images/step-llmstudio-call.png" />
144+ <img src = " images/step-llmstudio-call.png" />
145145 </Frame >
146146
147147
0 commit comments