Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when installing the server locally, the model is not displayed #8878

Closed
2 tasks done
Faraon366 opened this issue Dec 26, 2024 · 2 comments
Closed
2 tasks done

when installing the server locally, the model is not displayed #8878

Faraon366 opened this issue Dec 26, 2024 · 2 comments
Labels
need info Need more information to investigate the issue

Comments

@Faraon366
Copy link

Faraon366 commented Dec 26, 2024

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

  1. Cloning the repository via git
  2. 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
  1. 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)

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

image
image
image

Environment

Docker 4.37.1
Windows 10 21H2
cvat ai: latest
nuclio compose  quay.io/nuclio/dashboard:1.13.0-amd64
@Faraon366 Faraon366 added the bug Something isn't working label Dec 26, 2024
@azhavoro
Copy link
Contributor

Have you tried deploying a function provided in the CVAT repository?

@azhavoro azhavoro added need info Need more information to investigate the issue and removed bug Something isn't working labels Dec 27, 2024
@azhavoro azhavoro closed this as completed Jan 3, 2025
@Faraon366
Copy link
Author

Faraon366 commented Jan 5, 2025

Have you tried deploying a function provided in the CVAT repository?

could you tell me in a little more detail what the function is? if you mean the nuclio function, then I did

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need info Need more information to investigate the issue
Projects
None yet
Development

No branches or pull requests

2 participants