Skip to content
New issue

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

Fix dockerfile installation logic #410

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Fix dockerfile installation logic #410

merged 1 commit into from
Nov 25, 2024

Conversation

jhj0517
Copy link
Owner

@jhj0517 jhj0517 commented Nov 25, 2024

Related issues / PRs. Summarize issues.

Currently --no-cache-dir is being used for Docker installation. This guarantees to install the latest version of the packages if some packages are problematic, but increases the installation time excessively.
-U would guarantee to use the latest version of the packages and probably does the same thing without increasing installation time excessively.

Summarize Changes

  1. Update from --no-cache-dir to -U

@jhj0517 jhj0517 merged commit 20317e0 into master Nov 25, 2024
6 checks passed
@jhj0517 jhj0517 added the enhancement New feature or request label Nov 25, 2024
@jhj0517 jhj0517 deleted the fix/dockerfile branch November 25, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant