Skip to content

Commit

Permalink
Fix post-commit python failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunping committed Nov 11, 2024
1 parent 2488ca1 commit d944e81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sdks/python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d944e81

Please sign in to comment.