Skip to content

Commit

Permalink
Add Cloud Run tutorial (#1187)
Browse files Browse the repository at this point in the history
* Add Cloud Run tutorial

* Update image url
  • Loading branch information
richard-to authored Jan 29, 2025
1 parent 73d4396 commit ff1617c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/codelab/cloud-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
This is a video tutorial that goes through the process of building and deploying a Mesop
app to Cloud Run.

Here is a screenshot of the app you will be building.

![Mesop App](https://storage.googleapis.com/github-repo/generative-ai/sample-apps/mesop-cloudrun/imageplayground.png)

## Part 1: Building a Gemini powered Mesop app

This video describes how to build a Gemini powered Mesop app.

<iframe width="560" height="315" src="https://www.youtube.com/embed/KUfPiSUJrwE?si=dkVt0rBOQUMapk5D" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## Part 2: Deploying to Cloud Run

This video describes how deploy the Gemini powered Mesop app to Cloud Run.

<iframe width="560" height="315" src="https://www.youtube.com/embed/s9Ag_YNdl0M?si=aj4RqzS2MmWvxFos" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## GitHub Code

View the [source code](https://github.com/GoogleCloudPlatform/generative-ai/tree/main/gemini/sample-apps/gemini-mesop-cloudrun).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav:
- 3 - Managing state & dialogs: codelab/3.md
- 4 - Integrating AI APIs: codelab/4.md
- 5 - Wrapping it up: codelab/5.md
- Cloud Run Codelab: codelab/cloud-run.md
- Guides:
- Fundamentals:
- State Management: guides/state-management.md
Expand Down

0 comments on commit ff1617c

Please sign in to comment.