-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor Python and Orthanc Dockerfiles #583
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #583 +/- ##
=======================================
Coverage 87.24% 87.24%
=======================================
Files 76 76
Lines 3380 3380
=======================================
Hits 2949 2949
Misses 431 431 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking really nice - just a question around downloading the DICOM spec for Orthanc Anon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, will leave it to you and Paul to work out the best way to have the python spec downloaded and cached
in orthanc-anon anyway)
Description
Fixes #588 :
A cut down version of #400 , with just the Dockerfile de-duping. If we decide #400 is too risky to merge now, we can at least merge this one and do the rest of #400 later. The advantage is it enables further work on the Dockerfiles, such as switching to
uv
.Type of change
Please delete options accordingly to the description.
Suggested Checklist
main
branch.squash and merge