libvulkan1 missing: CloudRendering on Linux/Red Hat Enterprise #1125
Unanswered
chengliu-LR
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear developers,
I am trying to use ai2thor to train my reinforcement learning agent on a cluster (running Linux/red hat enterprise with GPU) in headless mode, however, the following error appears when I run
controller = Controller(platform=CloudRendering)
:<
Platform CloudRendering failed validation with the following errors: Vulkan API driver missing. CloudRendering requires libvulkan1. Please install by running: sudo apt-get -y install libvulkan1
>.Is there anyway to avoid this error by not install
libvulkan1
? because Linux Red Hat do not supportapt-get
and there are no package found to replace libvulkan on Linux Red Hat.Thank you so much for your help and any suggestion is more than welcomed!
Beta Was this translation helpful? Give feedback.
All reactions