We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install should use --no-cache-dir to minimise image size.
--no-cache-dir
The text was updated successfully, but these errors were encountered:
To save a couple MB more: add apt-get clean and rm -rf /var/lib/apt/lists/*
apt-get clean
rm -rf /var/lib/apt/lists/*
Sorry, something went wrong.
limits downstream reusability though and only saves ~200B, see https://gist.github.com/marvell/7c812736565928e602c4
only saves ~200B
48M /var/lib/apt/lists/
limits downstream reusability
not quite true. just needs an apt update before installing additional apt packages.
apt update
No branches or pull requests
pip install should use
--no-cache-dir
to minimise image size.The text was updated successfully, but these errors were encountered: