-
Notifications
You must be signed in to change notification settings - Fork 376
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
docker container does not run on GPU #7324
Comments
Can you see if the instructions from: address your issue? |
@jleibs, I tried, but could not see any real difference. |
@jleibs, what's the roadmap for official docker support? |
This is not an item on our roadmap at the moment. "Docker", unfortunately creates a combinatorial explosion of complex host/container environments. In my experience 95% of the issues we have seen have been related to configuration of the Docker or host environment rather than an actual issue with the Rerun view. We do know that Docker deployments can be made to work. The instructions from #6835 continue to work for me. If it is helpful to your debugging, I am running on Arch Linux, using wayland via hyprland, and an RTX 4070
My docker, and nvidia-container package versions are:
If you have followed the linked instructions verbatim, I would deduce the issue may have something to do with the host nvidia driver version, or even NVIDIA A10 support within driver or container runtime support version.
Can you confirm that these are vulkan applications that render to a display? My go-to test application is typicall All that said, if you are unable to get Rerun to work inside the docker container, I would recommend using the viewer on one of the many supported native environments, or via the web, and just remotely access the data from the docker container without using that environment to do the rendering itself. |
Describe the bug
we have built a docker container pulling from the official NVIDA repository hub:
and ran the procedure to install rerun following your documentation.
rerun works (ran a few examples), but detects only the CPU as rasterizing device. The container easily sees the GPU (NVIDIA A10) well, as we have other workloads in that container that run on the GPU with no issues at all when invoked.
we have also run rerun in the host machine (AWS EC2) outside the container and it works on the GPU just fine.
The text was updated successfully, but these errors were encountered: