|
|
|
|
|
by viraptor
2328 days ago
|
|
You can achieve a similar caching improvement by either: 1. Using poetry which keeps a version lock file so all changes are reflected/cached, or 2. Doing a similar thing yourself by committing `pip freeze` and building images from that instead of requirements.txt. |
|