Skip to content

Fix runtime error for MAP of breast density classification app #387

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

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

MMelQin
Copy link
Collaborator

@MMelQin MMelQin commented Nov 3, 2022

Needed to provided this fix after building and testing MAP of the breast density classification app

  • Somehow highdicom dependency is dragged in. Add this package in the App pip_packages decorator to avoid runtime error.
  • Need to change the app.py main function to directly init and run the app object, because the packager sets the command to run app.py instead of app/. Need to rename the original main() which served as test function to test()
  • Published the MAP on ghcr.io, http://ghcr.io/mmelqin/monai_ai_breast_density_cls_app:1.0, to be used as a candidate in the AWS Imaging Service integration demo

Signed-off-by: M Q [email protected]

@MMelQin MMelQin self-assigned this Nov 3, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@vikashg vikashg left a comment

Choose a reason for hiding this comment

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

Thanks @MMelQin I tested it works.

@MMelQin MMelQin merged commit affec70 into main Nov 3, 2022
@MMelQin MMelQin deleted the mqin/breast_density_fix_for_MAP branch March 17, 2023 20:54
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