Is it possible to deploy a container image on GPU machines using Google Run?
I read in a 1 year old topi that back then it was not possible. Has this limitation been solved?
Solved! Go to Solution.
Cloud Run does support GPU as of August 2024. You can find the documentation here: https://cloud.google.com/run/docs/configuring/services/gpu
GPU units are not yet supported for managed Cloud Run containers, as shown on this comparison chart. Cloud Run for Anthos, on the other hand, does support GPUs. This documentation details how to use NVIDIA GPUs on your instance of Anthos Cloud Run.
Thank you Ernesto!
Cloud Run does support GPU as of August 2024. You can find the documentation here: https://cloud.google.com/run/docs/configuring/services/gpu