Skip to content

Commit 07c9220

Browse files
authored
Update 2025-01-20-ollama-google-cloud-run.md
1 parent 55a1fc5 commit 07c9220

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/2025-01-20-ollama-google-cloud-run.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
- Google Cloud Run
1111
cover: "/images/ollama-google-cloud-run/01ollama-google-cloud-run.jpg"
1212
pagetitle: "How to run (any) open LLM with Ollama on Google Cloud Run [Step-by-step]"
13-
description: "Learn how to run and host Gemma 2:2b with Ollama on Google Cloud Run in this step-by-step tutorial. You can use Gemma with an API too, using Ollama"
13+
description: "Learn how to run and host Gemma 2:2b with Ollama on Google Cloud Run in this step-by-step tutorial. You can use Gemma with an API, too, using Ollama"
1414
keywords: ollama google cloud run, ollama gemma, gemma ollama, ollama cloud, ollama gcp, ollama cloud run
1515
---
1616
Ollama is a great way to run many open Large Language Models (LLMs). You can run Google Gemma 2, Phi 4, Mistral, and Llama 3 on your machine or the cloud with [Ollama](https://ollama.com/). You can also host these open LLMs as APIs using Ollama. In this post, you will learn how to host Gemma 2 (2b) with Ollama 0.5.x on Google Cloud Run; let’s get started!
@@ -96,7 +96,7 @@ Then, for billing select `Instance-based` and keep the `Minimum number of instan
9696

9797
<img class="center" src="/images/ollama-google-cloud-run/14cloud-run-billing.jpg" loading="lazy" title="Select instance based billing, set minimum instances to 0 and ingress to All" alt="Select instance based billing, set minimum instances to 0 and ingress to All">
9898

99-
In the next part, you will link the GCS bucket as a Cloud Run volume.
99+
Next, you will link the GCS bucket as a Cloud Run volume.
100100

101101
### Wire up GSC bucket as a Cloud Run Volume
102102

@@ -145,7 +145,7 @@ Then click `Create` and wait for some time as the `Ollama` image is 1.5 GB, it w
145145

146146
It will look like the below after it is deployed successfully:
147147

148-
<img class="center" src="/images/ollama-google-cloud-run/23cloud-run-created.jpg" loading="lazy" title="Cloud Run Service with Ollama created sucessfully and has a working URL now" alt="Cloud Run Service with Ollama created sucessfully and has a working URL now">
148+
<img class="center" src="/images/ollama-google-cloud-run/23cloud-run-created.jpg" loading="lazy" title="Cloud Run Service with Ollama created successfully and has a working URL now" alt="Cloud Run Service with Ollama created successfully and has a working URL now">
149149

150150
Click the service URL to see if it is working:
151151

0 commit comments

Comments
 (0)