Remove redundant double pip install of gunicorn/requests #37
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Severity: low
Category: infra
Location:
Dockerfile:14Problem
pip install -r requirements.txt && pip install gunicorn requestsinstalls those twice; redundant build time and possible version skew.Suggested fix
Pin them in requirements.txt and drop the extra pip install.
Filed by automated code review.