witty-agent-59418
08/09/2024, 3:14 PMdefault
and science
, and only loading science dependencies in source/builds that explicitly opt in to that resolve, and keep the default resolve as lean as possible?dry-architect-80370
08/12/2024, 8:54 AMdry-architect-80370
08/12/2024, 8:57 AMwitty-agent-59418
08/12/2024, 11:10 AM--exclude
in PEX, to ignore large/complex dependencies that'll be provided elsewhere during deployment.
In our case it's pytorch
, which is enormous (especially with cuda
deps). Requiring that to be installed and packages in dev/CI is really time consuming and complex. In production want plan to provide `pytorch`/`cuda` via a docker layer but ideally not actually install/load it,