|
|
|
|
|
by zenlikethat
3913 days ago
|
|
I'm not sure if this address your specific pain point, but if your issue is around building images, if you first COPY requirements.txt and then do `pip install` before COPYing the rest of your code into the image, Docker caching will actually cache that layer for you. |
|