Optimize Docker Size Image with Python Environment
Building Docker image with Python can be well quite heavy.
For a multistage build for example, instead of building wheels at each, you can specify a path for the python environment once it's initialized at the first stage of the build.
ENV PATH="/op...
koladev.hashnode.dev1 min read