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 b52f04d commit 5837798Copy full SHA for 5837798
1 file changed
sdks/python/container/Dockerfile
@@ -45,8 +45,6 @@ RUN \
45
ccache \
46
# Required for using Beam Python SDK on ARM machines.
47
libgeos-dev \
48
- # Required for memory profiling with tcmalloc.
49
- google-perftools \
50
&& \
51
52
rm -rf /var/lib/apt/lists/* && \
0 commit comments