Install large dependency from single local copy #10093
Unanswered
arainboldt
asked this question in
General
Replies: 1 comment 1 reply
-
Poetry already does that. We cache downloaded wheels. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm often creating repos that depend on large libraries like Torch. Re-installing fresh copies of these in every env is not only time-consuming but memory-consuming. Is it possible to have poetry reference a local copy and symlink it?
Thanks!
Andrew
Beta Was this translation helpful? Give feedback.
All reactions