Skip to content
Discussion options

You must be logged in to vote

Installation into system site-packages is an antipattern in most containers -- a virtual environment doesn't just isolate your code from other Python code, but from the operating system and other tools (like Poetry) as well. Please see #6397 (comment) for a pattern you can try in your Dockerfiles, and #6398 for additional context.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@blnprasad
Comment options

Comment options

You must be logged in to vote
1 reply
@blnprasad
Comment options

Answer selected by neersighted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants