From d944e8107e290aa57d1c984a240b3bf3b4540222 Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Mon, 11 Nov 2024 15:44:53 -0500 Subject: [PATCH] Fix post-commit python failure. --- sdks/python/container/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile index f3d22a4b5bc6..ed5dd4755d8f 100644 --- a/sdks/python/container/Dockerfile +++ b/sdks/python/container/Dockerfile @@ -123,9 +123,6 @@ COPY --from=base /usr/local/bin /usr/local/bin # Contains the Python library dependencies. COPY --from=base /usr/local/lib /usr/local/lib -# Python standard library modules. -COPY --from=base /usr/lib/python${py_version} /usr/lib/python${py_version} - # Contains the boot entrypoint and related files such as licenses. COPY --from=base /opt /opt