We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ee173 commit d687f4fCopy full SHA for d687f4f
1 file changed
sdks/python/container/Dockerfile
@@ -29,6 +29,11 @@ COPY target/launcher/${TARGETOS}_${TARGETARCH}/boot target/LICENSE target/NOTICE
29
ENV CLOUDSDK_CORE_DISABLE_PROMPTS yes
30
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
31
32
+# Enable GRPC experiments to mitigate timeout issues in later versions
33
+# of the grpc package.
34
+ENV GRPC_EXPERIMENTS="event_engine_fork,event_engine_poller_for_python"
35
+ENV GRPC_ENABLE_FORK_SUPPORT=1
36
+
37
# Use one RUN command to reduce the number of layers.
38
ARG py_version
39
RUN \
0 commit comments