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

Run CARLA in RED HAT. #1917

Closed
arvindpalkyutech opened this issue Jul 22, 2019 · 3 comments
Closed

Run CARLA in RED HAT. #1917

arvindpalkyutech opened this issue Jul 22, 2019 · 3 comments
Labels
stale Issue has not had recent activity

Comments

@arvindpalkyutech
Copy link

arvindpalkyutech commented Jul 22, 2019

I want to run CARLA in Red Hat. I have installed docker in Red Hat and also I have Ubuntu image in installed docker, but installing Docker-CE(as given in CARLA documentation: https://carla.readthedocs.io/en/latest/carla_docker/ ) in ubuntu image shows many package missing. Can anyone please guide me for this?

@qhaas
Copy link
Contributor

qhaas commented Jul 24, 2019

I'm able to run CARLA 0.9.5 in Docker in CentOS 7 (RHEL7 clone). If you installed / updated Docker / nvidia-docker in the last few days, be aware of some ongoing issues with the recent nvidia-docker release:
NVIDIA/nvidia-docker#1017
NVIDIA/nvidia-container-runtime#68

Here is my environment

$ cat /etc/redhat-release 
CentOS Linux release 7.6.1810 (Core)

$ rpm -qa '*docker-ce*'
docker-ce-19.03.0-3.el7.x86_64
docker-ce-cli-19.03.0-3.el7.x86_64

$ rpm -qa '*nvidia*'
libnvidia-container-tools-1.0.2-1.x86_64
nvidia-x11-drv-430.34-1.el7_6.elrepo.x86_64
yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
nvidia-container-toolkit-1.0.1-2.x86_64
kmod-nvidia-430.34-1.el7_6.elrepo.x86_64
libnvidia-container1-1.0.2-1.x86_64
nvidia-x11-drv-libs-430.34-1.el7_6.elrepo.x86_64

Here is what I ran, note that this will likely change with CARLA 0.9.6 and I had to switch --runtime=nvidia to --gpus all per the recent nvidia-docker changes:
docker run -p 2000-2002:2000-2002 --gpus all carlasim/carla:0.9.5 /bin/bash CarlaUE4.sh /Game/Carla/Maps/Town03 -benchmark -carla-server -fps=10 -world-port=2000 -windowed -ResX=100 -ResY=100 -carla-no-hud

I too am getting many warnings / errors, but they appear to be harmless: #1826

@arvindpalkyutech
Copy link
Author

arvindpalkyutech commented Aug 2, 2019

I'm able to run CARLA 0.9.5 in Docker in CentOS 7 (RHEL7 clone). If you installed / updated Docker / nvidia-docker in the last few days, be aware of some ongoing issues with the recent nvidia-docker release:
NVIDIA/nvidia-docker#1017
NVIDIA/nvidia-container-runtime#68

Here is my environment

$ cat /etc/redhat-release 
CentOS Linux release 7.6.1810 (Core)

$ rpm -qa '*docker-ce*'
docker-ce-19.03.0-3.el7.x86_64
docker-ce-cli-19.03.0-3.el7.x86_64

$ rpm -qa '*nvidia*'
libnvidia-container-tools-1.0.2-1.x86_64
nvidia-x11-drv-430.34-1.el7_6.elrepo.x86_64
yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
nvidia-container-toolkit-1.0.1-2.x86_64
kmod-nvidia-430.34-1.el7_6.elrepo.x86_64
libnvidia-container1-1.0.2-1.x86_64
nvidia-x11-drv-libs-430.34-1.el7_6.elrepo.x86_64

Here is what I ran, note that this will likely change with CARLA 0.9.6 and I had to switch --runtime=nvidia to --gpus all per the recent nvidia-docker changes:
docker run -p 2000-2002:2000-2002 --gpus all carlasim/carla:0.9.5 /bin/bash CarlaUE4.sh /Game/Carla/Maps/Town03 -benchmark -carla-server -fps=10 -world-port=2000 -windowed -ResX=100 -ResY=100 -carla-no-hud

I too am getting many warnings / errors, but they appear to be harmless: #1826

Thank you qhaas.

@stale
Copy link

stale bot commented Oct 1, 2019

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.

@stale stale bot added the stale Issue has not had recent activity label Oct 1, 2019
@stale stale bot closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issue has not had recent activity
Projects
None yet
Development

No branches or pull requests

2 participants