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
Creating docker compose via docker compose up (at the root of the project)
After that, I read and saw that it was necessary to launch
docker compose -f docker-compose.yml -f docker-compose.dev.yml -f components/serverless/docker-compose.serverless.yml up -d --build
and for custom
docker models, compose -f docker-compose.yml -f docker-compose.dev.yml -f components/serverless/docker-compose.serverless.yml up -d
I loaded the function via the Nucleo function.yaml + python code - it took about 2 days (constant problems and dependencies did not catch up)
and finally the model is loaded
but it does not display in the panel (CVAT)
when installing the server locally, the nuctl model for windows is not displayed - /bash not found via WSL
tried to download for linux tried to install the version eventually shows through nuctl version and nuctl functions writes not found. It's been 2 days, I bet I don't know how to fix it. There are suspicions that if you install a clean ubuntu, install docker on it and raise CVAT in it, it will work, but in my opinion this method is not the most successful. I would appreciate the answers.
Actions before raising this issue
Steps to Reproduce
docker compose -f docker-compose.yml -f docker-compose.dev.yml -f components/serverless/docker-compose.serverless.yml up -d --build
and for custom
docker models, compose -f docker-compose.yml -f docker-compose.dev.yml -f components/serverless/docker-compose.serverless.yml up -d
and finally the model is loaded
but it does not display in the panel (CVAT)
links that I have read
https://github.com/cvat-ai/cvat/issues/8646
https://github.com/cvat-ai/cvat/issues/5913
Expected Behavior
The model appeared in the CVAT panel
Possible Solution
when installing the server locally, the nuctl model for windows is not displayed - /bash not found via WSL
tried to download for linux tried to install the version eventually shows through nuctl version and nuctl functions writes not found. It's been 2 days, I bet I don't know how to fix it. There are suspicions that if you install a clean ubuntu, install docker on it and raise CVAT in it, it will work, but in my opinion this method is not the most successful. I would appreciate the answers.
Context
Environment
The text was updated successfully, but these errors were encountered: