Skip to content

Use --no-cache-dir for pip installs#272

Merged
TiTidom-RC merged 2 commits into
mainfrom
beta
Jun 13, 2026
Merged

Use --no-cache-dir for pip installs#272
TiTidom-RC merged 2 commits into
mainfrom
beta

Conversation

@TiTidom-RC

Copy link
Copy Markdown
Owner

This pull request makes a minor update to the Python package installation process in the resources/install_apt.sh script. The change ensures that pip installs do not use the local cache, which can help avoid issues with stale or corrupted packages.

  • Python package installation now uses the --no-cache-dir option for both upgrading pip/wheel and installing from requirements.txt to prevent using cached packages (resources/install_apt.sh).

Add --no-cache-dir to pip invocations in resources/install_apt.sh for both upgrading pip/wheel and installing requirements. This prevents pip from storing cached packages, reducing disk usage and avoiding potential stale cache issues during automated installs.
Use pip --no-cache-dir for installs
@TiTidom-RC TiTidom-RC merged commit 90fea03 into main Jun 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant