We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On release, it would be good to automatically build the latest container.
See: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages [Edit... this might not be possible because requires .Dockerfile in root of repo, which we don't have because MAP built by running monai-deploy package]
.Dockerfile
monai-deploy package
NB: might need to implement something to cater for having to create map-init first.
map-init
The text was updated successfully, but these errors were encountered:
Relevant/reminder:
Could build a unit test which uses monai-deploy package to build the MAP, such as: https://github.com/Project-MONAI/monai-deploy-app-sdk/blob/main/tests/system/packager/test_packager.py
Sorry, something went wrong.
No branches or pull requests
On release, it would be good to automatically build the latest container.
See: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
[Edit... this might not be possible because requires
.Dockerfile
in root of repo, which we don't have because MAP built by runningmonai-deploy package
]NB: might need to implement something to cater for having to create
map-init
first.The text was updated successfully, but these errors were encountered: