We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc07d80 commit 8e959abCopy full SHA for 8e959ab
monai/deploy/packager/util.py
@@ -28,7 +28,7 @@
28
29
logger = logging.getLogger("app_packager")
30
31
-executor_url = "https://globalcdn.nuget.org/packages/monai.deploy.executor.0.1.0-prealpha.0.nupkg"
+executor_url = "https://globalcdn.nuget.org/packages/monai.deploy.executor.0.1.0-prealpha.4.nupkg"
32
33
34
def verify_base_image(base_image: str) -> str:
0 commit comments