Minimize potentially slow building of docker packages.
- Use GPU containers as base containers where appropriate.
- Use container registry to store pre-built images.
- Use Hot Reloading for development to avoid unnessecary long builds.
- Build non-docker reliant .exe files.