You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to optimize Docker build process.
I have 2 ideas for optimization and would like to get help to realize them if it's possible:
I want to cache rye downloads between stages. I think that i may use cache volume with directory, where Rye cache is located, but I can't understand where can I find it. Can you explain where rye saves the cache?
I also tried to cache .venv directory with dependencies. When I use cache volume with .venv, Rye suggests -f flag as cache volume creates empty .venv and Rye can't handle it. Force flag solves the issue, but makes this solution useless,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I'm trying to optimize Docker build process.
I have 2 ideas for optimization and would like to get help to realize them if it's possible:
Beta Was this translation helpful? Give feedback.
All reactions