# base Docker image that we will build on FROM python:3.9.1 # set up our image by installing prerequisites; pandas in this case RUN pip install pandas # set up the working directory inside the ...
This is the number one gotcha. Unlike Cloud Run functions (which handles one request per instance by default), Cloud Run services can send multiple concurrent requests to a single container instance.