Summary
A simple fix could be to add --system-site-packages to python -m venv, but I'm not sure what kind of unintended side effects this has.
Why is this needed?
This is for example important when users build their own base image with some packages built from source, or when using a Pytorch base image. Without this feature, the pre-configured environments are not used.
Usage example
n/a
Summary
A simple fix could be to add
--system-site-packagestopython -m venv, but I'm not sure what kind of unintended side effects this has.Why is this needed?
This is for example important when users build their own base image with some packages built from source, or when using a Pytorch base image. Without this feature, the pre-configured environments are not used.
Usage example
n/a