Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f59e09d

Browse files
docs: Update GCP configuration reference for GPU config (#606)
Co-authored-by: Ryan Cartwright <[email protected]>
1 parent eccd4d8 commit f59e09d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/pages/reference/providers/gcp/configuration.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,19 @@ config:
5151
default:
5252
# configure services to deploy to Google Cloud Run
5353
cloudrun:
54+
# set 1 CPU
55+
# See cloudrun configuration docs here:
56+
# https://cloud.google.com/run/docs/configuring/services/cpu
57+
cpus: 1
5458
# set 512MB of RAM
5559
# See cloudrun configuration docs here:
56-
# https://cloud.google.com/run/docs/configuring/memory-limits
60+
# https://cloud.google.com/run/docs/configuring/services/memory-limits
5761
memory: 512
62+
# set 0 GPUs
63+
# See cloudrun configuration docs here:
64+
# https://cloud.google.com/run/docs/configuring/services/gpu
65+
# Available since 1.13.0
66+
gpus: 0
5867
# set a timeout of 15 seconds
5968
# https://cloud.google.com/run/docs/configuring/request-timeout
6069
timeout: 15

0 commit comments

Comments
 (0)