Hello,
I’m trying to deploy Docker Image with Artifact Registry using Cloud Run.
It worked fine when I deployed it without process using GPUs.
I wanted to deploy an AI model with it, so I requested a GPU for Cloud Run, and I got an email that I could use NVIDIA L4.
So, I edited my docker image so that it could use AI with GPU, but my service was terminated with error no. 9
I was confused but I found that the docker image cannot find any GPU inside the Cloud Run environment.
Is there any way that I can use GPU inside Cloud Run?