Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Use Docker build layers to speed up savant image builds #111

Closed greenmoss closed 6 years ago

greenmoss commented 6 years ago

For the savant image, see if you can do the first pip install in a separate layer, so that it only needs to be done once. Then compare the time to build versus your first local install. Here is some info:

https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds

greenmoss commented 6 years ago

I'm switching to a different approach, which will be faster than rebuilding the Docker image each time. See https://github.com/Doveps/mono/wiki/Developing-with-Docker.

This ticket is deprecated.