Skip to content

Commit 8e959ab

Browse files
Update executor path to new version (#135)
Signed-off-by: kavink <[email protected]> Signed-off-by: kavink <[email protected]>
1 parent fc07d80 commit 8e959ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/packager/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
logger = logging.getLogger("app_packager")
3030

31-
executor_url = "https://globalcdn.nuget.org/packages/monai.deploy.executor.0.1.0-prealpha.0.nupkg"
31+
executor_url = "https://globalcdn.nuget.org/packages/monai.deploy.executor.0.1.0-prealpha.4.nupkg"
3232

3333

3434
def verify_base_image(base_image: str) -> str:

0 commit comments

Comments
 (0)