-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 run headless nvidia not starting #3476
Comments
I have had mixed results with CARLA 0.9.5 and headless docker. Try the following:
|
nvdia-smi time no reaction at all, because carla can't even continue to start |
I met the same problem with 0.9.10 |
you can try the follows, and it works for me. |
Would be quite handy if we could figure out a way to get vulkan working with newer versions of CARLA in a headless environment, seems all the examples of running it without X involve using OpenGL. |
hello @qhaas. Were you able to figure out running docker with vulkan support on a headless server for carla0.9.11? |
No, but I haven't spent allot of time chasing it down because OpenGL was working fine... until I started running into Issue #3377. I fear vulkan might require an x-server... EDIT: Looks like we might have to rebuild carla with UE 4.25.3 to get this feature :( |
Let me provide a vulkan recipe:
Notes:
|
Thanks; For our use case, we are hoping to avoid running an x-server, for we use non-interactive HPC systems and servers for long-term, batch carla runs. I'm planning to build CARLA 0.9.11 against UE 4.25.4 to see if we can get the desired behavior. I was unable to locate a specific commit that 'fixes' headless rendering with vulkan/linux/ue in Epic's logs, had hoped to backport only that fix to UE 4.23.1 for ppc64le and UE 4.24.x for x86-64. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
i just can't get carla to run on my server.
It is a headless server that can only be reached via ssh and that has a geforce 1660 ti installed.
all drivers are installed as you can see in the "nvidia-smi" output
What is the problem? docker was passed on the gpu, the rest should work out-of-the-box.
with carla version 0.9.5 you have even more debug output so i added this one.
The other Issues with similar errors I already searched through but none of the solutions helped.
my system
ubuntu 20.04
amd ryzen 3950X
128 GB RAM
Geforce gtx 1660 Ti 6GB
docker run witht carla 0.9.10.1
and exit ....
docker run with carla 0.9.5
and exit ....
The text was updated successfully, but these errors were encountered: