We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471669d commit 3814305Copy full SHA for 3814305
.github/workflows/docs.yml
@@ -40,6 +40,8 @@ jobs:
40
yum makecache
41
# Install Mesa and OpenGL Libraries:
42
yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL python39-pip
43
+ yum install epel-release -y # for missing librhash0 when installing tensordict
44
+ yum install rhash -y # Provides librhash.so.0 needed by cmake
45
# Install DRI Drivers:
46
yum install -y mesa-dri-drivers
47
# Install Xvfb for Headless Environments:
0 commit comments