Skip to content

Commit 2f05065

Browse files
committed
Remove the packager command line options required during dev testing
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 5bcff0c commit 2f05065

File tree

6 files changed

+6
-17
lines changed

6 files changed

+6
-17
lines changed

notebooks/tutorials/01_simple_app.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,8 +1752,7 @@
17521752
"source": [
17531753
"tag_prefix = \"simple_imaging_app\"\n",
17541754
"\n",
1755-
"sdk_wheel = \"/home/mqin/src/monai-deploy-app-sdk/dist/monai_deploy_app_sdk-0.5.1+7.g9fa1185.dirty-py3-none-any.whl\"\n",
1756-
"!monai-deploy package simple_imaging_app -c simple_imaging_app/app.yaml -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG --sdk-version 0.6.0 --monai-deploy-sdk-file {sdk_wheel}"
1755+
"!monai-deploy package simple_imaging_app -c simple_imaging_app/app.yaml -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG"
17571756
]
17581757
},
17591758
{

notebooks/tutorials/02_mednist_app-prebuilt.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,10 +707,8 @@
707707
],
708708
"source": [
709709
"tag_prefix = \"mednist_app\"\n",
710-
"# Note, once App SDK v0.6 is published, options starting after \"-l DEBUG\" need to be removed, so will be the variables for the options.\n",
711-
"sdk_wheel = \"/home/mqin/src/monai-deploy-app-sdk/dist/monai_deploy_app_sdk-0.5.1+7.g9fa1185.dirty-py3-none-any.whl\"\n",
712710
"\n",
713-
"!monai-deploy package \"source/examples/apps/mednist_classifier_monaideploy/mednist_classifier_monaideploy.py\" -m {models_folder} -c \"source/examples/apps/mednist_classifier_monaideploy/app.yaml\" -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG --sdk-version 0.6.0 --monai-deploy-sdk-file {sdk_wheel}"
711+
"!monai-deploy package \"source/examples/apps/mednist_classifier_monaideploy/mednist_classifier_monaideploy.py\" -m {models_folder} -c \"source/examples/apps/mednist_classifier_monaideploy/app.yaml\" -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG"
714712
]
715713
},
716714
{

notebooks/tutorials/02_mednist_app.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,10 +1665,8 @@
16651665
],
16661666
"source": [
16671667
"tag_prefix = \"mednist_app\"\n",
1668-
"# Note, once App SDK v0.6 is published, options starting after \"-l DEBUG\" need to be removed, so will be the variables for the options.\n",
1669-
"sdk_wheel = \"/home/mqin/src/monai-deploy-app-sdk/dist/monai_deploy_app_sdk-0.5.1+7.g9fa1185.dirty-py3-none-any.whl\"\n",
16701668
"\n",
1671-
"!monai-deploy package \"mednist_app/mednist_classifier_monaideploy.py\" -m {models_folder} -c \"mednist_app/app.yaml\" -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG --sdk-version 0.6.0 --monai-deploy-sdk-file {sdk_wheel}"
1669+
"!monai-deploy package \"mednist_app/mednist_classifier_monaideploy.py\" -m {models_folder} -c \"mednist_app/app.yaml\" -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG"
16721670
]
16731671
},
16741672
{

notebooks/tutorials/03_segmentation_app.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,9 +1734,7 @@
17341734
"source": [
17351735
"tag_prefix = \"my_app\"\n",
17361736
"\n",
1737-
"# Note, once App SDK v0.6 is published, options starting after \"-l DEBUG\" need to be removed, so will be the variables for the options.\n",
1738-
"sdk_wheel = \"/home/mqin/src/monai-deploy-app-sdk/dist/monai_deploy_app_sdk-0.5.1+7.g9fa1185.dirty-py3-none-any.whl\"\n",
1739-
"!monai-deploy package my_app -m {models_folder} -c my_app/app.yaml -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG --sdk-version 0.6.0 --monai-deploy-sdk-file {sdk_wheel}"
1737+
"!monai-deploy package my_app -m {models_folder} -c my_app/app.yaml -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG"
17401738
]
17411739
},
17421740
{

notebooks/tutorials/04_monai_bundle_app.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,10 +1444,8 @@
14441444
],
14451445
"source": [
14461446
"tag_prefix = \"my_app\"\n",
1447-
"# Note, once App SDK v0.6 is published, options starting after \"-l DEBUG\" need to be removed, so will be the variables for the options.\n",
1448-
"sdk_wheel = \"/home/mqin/src/monai-deploy-app-sdk/dist/monai_deploy_app_sdk-0.5.1+7.g9fa1185.dirty-py3-none-any.whl\"\n",
14491447
"\n",
1450-
"!monai-deploy package my_app -m {models_folder} -c my_app/app.yaml -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG --sdk-version 0.6.0 --monai-deploy-sdk-file {sdk_wheel}"
1448+
"!monai-deploy package my_app -m {models_folder} -c my_app/app.yaml -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG"
14511449
]
14521450
},
14531451
{

notebooks/tutorials/05_multi_model_app.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,10 +1650,8 @@
16501650
],
16511651
"source": [
16521652
"tag_prefix = \"my_app\"\n",
1653-
"# Note, once App SDK v0.6 is published, options starting after \"-l DEBUG\" need to be removed, so will be the variables for the options.\n",
1654-
"sdk_wheel = \"/home/mqin/src/monai-deploy-app-sdk/dist/monai_deploy_app_sdk-0.5.1+7.g9fa1185.dirty-py3-none-any.whl\"\n",
16551653
"\n",
1656-
"!monai-deploy package my_app -m {models_folder} -c my_app/app.yaml -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG --sdk-version 0.6.0 --monai-deploy-sdk-file {sdk_wheel}"
1654+
"!monai-deploy package my_app -m {models_folder} -c my_app/app.yaml -t {tag_prefix}:1.0 --platform x64-workstation -l DEBUG"
16571655
]
16581656
},
16591657
{

0 commit comments

Comments
 (0)