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

GPU support on Xavier NX #4461

Open
barsigor opened this issue Mar 15, 2024 · 0 comments
Open

GPU support on Xavier NX #4461

barsigor opened this issue Mar 15, 2024 · 0 comments

Comments

@barsigor
Copy link

Hello,
i have a microk8s cluster with 2 arm SBC and 1 jetson Xavier NX configured as worker node, i try to launch a gpu enable container on xavier, but:

  1. cannot enable gpu module, the module is available only for amd64 arch

  2. added

default_runtime_name = "nvidia-container-runtime"

in /var/snap/microk8s/current/args/containerd-template.toml

  1. created lock dir:
user@jetson1:~$ sudo mkdir -p /var/snap/microk8s/var/lock
user@jetson1:~$ sudo touch /var/snap/microk8s/var/lock/gpu

i tried to reboot and recreate deployment, but the container (a pytorch container from NGC nvidia catalog) cannot see the GPU.

Is there anything else I can try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant