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

Serverless component nuclio doesn't support nvidia-docker / GPU acceleration. #1997

Closed
mhe-wyze opened this issue Aug 7, 2020 · 7 comments
Closed
Assignees
Labels
documentation Documentation should be updated enhancement New feature or request

Comments

@mhe-wyze
Copy link

mhe-wyze commented Aug 7, 2020

I've just created this issue ticket under their repo.
nuclio/nuclio#1781

Meanwhile, is there anyone knows besides asking nuclio's cooperation, do we have another quick solution for this?
Thanks for your help ahead.

@nmanovic
Copy link
Contributor

nmanovic commented Aug 7, 2020

@mhe-wyze , thanks!

@nmanovic nmanovic added documentation Documentation should be updated enhancement New feature or request labels Aug 7, 2020
@nmanovic nmanovic added this to the 1.1.0-release milestone Aug 7, 2020
@nmanovic nmanovic self-assigned this Aug 7, 2020
@mhe-wyze
Copy link
Author

Hi, @nmanovic thanks for your help on this issue, the problem has been solved by changing the docker config file.
/etc/docker/daemon.json
from

{
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    }
}

to

{
    "default-runtime": "nvidia",
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    }
}

@veer5551
Copy link

Hello,

Any update on using/configuring the GPU for the deployed models on the CVAT using nuclio?
Currently, it is taking a considerable large amount of time. So assuming its running on CPU!

Thanks a lot!

@charlescho64
Copy link

Hello @mhe-wyze @nmanovic

I can't find /etc/docker/daemon.json after installing cvat in ubuntu.
Please let know how to use GPU in models.

@mhe-wyze
Copy link
Author

mhe-wyze commented Oct 7, 2020

daemon.json is docker file @charlescho64 , did you forget to install the docker or nvidia-docker?

@charlescho64
Copy link

Hi @mhe-wyze

I installed following instruction guide " Ubuntu 18.04 (x86_64/amd64)

If I use GPU in severless model on my desktop which have 2 GPUs, how to set up?

@nmanovic
Copy link
Contributor

@nmanovic nmanovic removed this from the 1.1.0-release milestone Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation should be updated enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants