-
I seek advice on how I can push the created package to somewhere accessible to the public. I use a typical command of the form monai-deploy \
package my_depoly_app.py \
--requirement my_requirements.txt \
--tag my_app:latest \
--model my_model.zip and I see the docker image when I type In short, I'm short on ideas. Best practices on how to make this large docker image available via a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks @Leengit for the question, and sorry for this belated reply (I was doing something that is exactly the same as you were trying to) I actually have successfully pushed the MAPs, Lung Seg and Liver and Tumor Seg, to GitHub Container Registry, of course in the humongous image (sorry about it, but it is coming from the NV PyTorch base). I also published a "Show and tell" topic on how to pull and run those two MAPs with a shell script. |
Beta Was this translation helpful? Give feedback.
Thanks @Leengit for the question, and sorry for this belated reply (I was doing something that is exactly the same as you were trying to)
I actually have successfully pushed the MAPs, Lung Seg and Liver and Tumor Seg, to GitHub Container Registry, of course in the humongous image (sorry about it, but it is coming from the NV PyTorch base). I also published a "Show and tell" topic on how to pull and run those two MAPs with a shell script.