Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile: disable pip cache in deployment
Tell pip to not write the cache when in the deployment image. Also disable the version check on the remaining uses of pip, this saves some time since it avoids a HTTP request on startup.
- Loading branch information