Skip to content

Commit

Permalink
Setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Suarez committed Jan 23, 2025
1 parent 085cec5 commit 7131645
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions render.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apt-get install -y --no-install-recommends vulkan-tools mesa-vulkan-drivers libegl1
rm /usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0 /usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0.0.0 /usr/share/glvnd/egl_vendor.d/50_mesa.json
cp docker/nvidia_icd.json /usr/share/vulkan/icd.d/nvidia_icd.json
cp docker/10_nvidia.json /usr/share/glvnd/egl_vendor.d/10_nvidia.json
export NVIDIA_VISIBLE_DEVICES=all NVIDIA_DRIVER_CAPABILITIES=all

0 comments on commit 7131645

Please sign in to comment.