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 fad4885 commit 08bb269Copy full SHA for 08bb269
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