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 15e8f98 commit d0d0cd8Copy full SHA for d0d0cd8
sdks/python/container/Dockerfile
@@ -29,11 +29,6 @@ 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