Skip to content

Commit d0d0cd8

Browse files
authored
Revert "Add GRPC experiments to Python dockerfile (#36525)" (#36572)
This reverts commit d687f4f.
1 parent 15e8f98 commit d0d0cd8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sdks/python/container/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ COPY target/launcher/${TARGETOS}_${TARGETARCH}/boot target/LICENSE target/NOTICE
2929
ENV CLOUDSDK_CORE_DISABLE_PROMPTS yes
3030
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
3131

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-
3732
# Use one RUN command to reduce the number of layers.
3833
ARG py_version
3934
RUN \

0 commit comments

Comments
 (0)