File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 BUNDLE_NAME=${BUNDLENAMES[$FUNC_NAME]}
4545 MODEL_PATH=" $APP_ROOT /model/$BUNDLE_NAME /models/model.pt"
4646 # Update to bundle nuclio container
47- MODEL_CONTAINER=" /opt/conda/monailabel/sample-apps/endoscopy/model/$BUNDLE_NAME /models/model_new2 .pt" # default model path at function container
47+ MODEL_CONTAINER=" /opt/conda/monailabel/sample-apps/endoscopy/model/$BUNDLE_NAME /models/model .pt" # default model path at function container
4848fi
4949
5050# Check if latest model checkpoint is done and saved.
@@ -53,4 +53,4 @@ if [ -z "$MODEL_PATH" ] || [ ! -f "$MODEL_PATH" ]; then
5353else
5454 $( docker cp " $MODEL_PATH " " $FUNC_CONTAINER :$MODEL_CONTAINER " )
5555 echo " Fetched and Published latest model: $FUNC_NAME to the nuclio function container."
56- fi
56+ fi
You can’t perform that action at this time.
0 commit comments