You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is an error with the line command docker cp... line 54 in sample-apps/endoscopy/update_cvat_model.sh.
This error is generated by the missing directory for $MODEL_CONTAINER defined in lines 41 & 47. /opt/conda
I am guessing this is an error also on the other sample-applications.
To Reproduce
Steps to reproduce the behavior, for the endoscopy sample application:
Run the compose docker for CVAT
Start a monailabel_server deploying in CVAT
Start the nuclio container to deploy the model of the current running application.
Try to update the model weights using the file update_cvat_model.sh inside the "workspace/endoscopy" folder of MONAILabel. In this case, we are using endoscopy.
Expected behavior
The updated weights should be copied inside the nuclio docker container.
Screenshots
The /opt directory in the nuclio container
The actual directory inside the nuclio container that contains the model weights.
Environment
Working MONAILabel server using the tutorial in here and here.
Thanks to @mikelitu for helping me out on debugging the problem!
The text was updated successfully, but these errors were encountered:
Describe the bug
There is an error with the line command
docker cp...
line 54 in sample-apps/endoscopy/update_cvat_model.sh.This error is generated by the missing directory for $MODEL_CONTAINER defined in lines 41 & 47.
/opt/conda
I am guessing this is an error also on the other sample-applications.
To Reproduce
Steps to reproduce the behavior, for the endoscopy sample application:
Expected behavior
The updated weights should be copied inside the nuclio docker container.
Screenshots
The
/opt
directory in the nuclio containerThe actual directory inside the nuclio container that contains the model weights.
Environment
Working MONAILabel server using the tutorial in here and here.
Thanks to @mikelitu for helping me out on debugging the problem!
The text was updated successfully, but these errors were encountered: