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

Dockerfile: disable pip cache in deployment #589

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

pjonsson
Copy link
Contributor

@pjonsson pjonsson commented Apr 8, 2024

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.


📚 Documentation preview 📚: https://datacube-explorer--589.org.readthedocs.build/en/589/

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.
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.32%. Comparing base (aa0d9f3) to head (5bbb147).
Report is 25 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #589      +/-   ##
===========================================
+ Coverage    86.29%   86.32%   +0.03%     
===========================================
  Files           26       26              
  Lines         3451     3466      +15     
===========================================
+ Hits          2978     2992      +14     
- Misses         473      474       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@omad omad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@omad omad merged commit 0ad23f0 into opendatacube:develop Apr 9, 2024
7 checks passed
@pjonsson pjonsson deleted the no-pip-cache-version branch April 9, 2024 06:56
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.

2 participants