- Sponsor
-
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
. /CarlaUE4.sh Illegal instruction (core dumped) #8490
Comments
If you want to run CARLA in a docker container, be sure that you has installed the nvidia container toolkit so that docker can access the gpu. |
Hey @PabloVD, I already have nvidia container toolkit installed. I'm able to run CARLA 0.9.13 in a container, but the 0.9.15 version gives me that error |
What command are you using to run the docker? Which version of nvidia container toolkit do you have? Could you provide us with more info regarding your error? |
@PabloVD my nvidia container toolkit version: I ran the container with: Inside the container, I downloaded the precompiled package and extracted: I created a non-root user to run CARLA: So, I followed the steps described in https://carla.readthedocs.io/en/latest/start_quickstart/#b-package-installation: And tried to run Carla server with: And returned only this message: This process works fine when I run CARLA 0.9.13. |
I tried to run CARLA 0.9.15 inside a container with Ubuntu 22.04, in a PC with Ubuntu 20.04, and I get this error:
Illegal instruction (core dumped)
How can I run CARLA in that way?
The text was updated successfully, but these errors were encountered: