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

Commit 3e57f7d

Browse files
authored
Revert "docs: Update GCP configuration reference for GPU config (#606)" (#623)
This reverts commit f59e09d.
1 parent f59e09d commit 3e57f7d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,10 @@ 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
5854
# set 512MB of RAM
5955
# See cloudrun configuration docs here:
60-
# https://cloud.google.com/run/docs/configuring/services/memory-limits
56+
# https://cloud.google.com/run/docs/configuring/memory-limits
6157
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
6758
# set a timeout of 15 seconds
6859
# https://cloud.google.com/run/docs/configuring/request-timeout
6960
timeout: 15

0 commit comments

Comments
 (0)