Make python package install cacheable #2
Loading…
Reference in a new issue
No description provided.
Delete branch "perillamint/minya_hotomoe:dev/docker-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current Dockerfile implementation is unable to cache pip installation result.
This PR fixes it by installing python packages first before adding whole project into the container image.