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 3838if [ $FUNC_NAME == " deepedit" ]; then
3939 MODEL_PATH=" $APP_ROOT /model/$FUNC_NAME .pt"
4040 # Replace prior pretrained model with lastest model as current pre-trained model
41- MODEL_CONTAINER=" /opt/conda /monailabel/sample-apps/endoscopy/model/pretrained_$FUNC_NAME .pt" # default model path at function container
41+ MODEL_CONTAINER=" /usr/local /monailabel/sample-apps/endoscopy/model/pretrained_$FUNC_NAME .pt" # default model path at function container
4242else
4343 # if bundle is used, get bundle name and fetch the model
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.pt" # default model path at function container
47+ MODEL_CONTAINER=" /usr/local /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.
You can’t perform that action at this time.
0 commit comments