Skip to content

Commit

Permalink
chore: split nvidia modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Aug 2, 2024
1 parent 13549c9 commit d80fdd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ stages:
- curl -fSsL https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/3bf863cc.pub | gpg --dearmor -o /usr/share/keyrings/nvidia-drivers.gpg
- echo 'deb [signed-by=/usr/share/keyrings/nvidia-drivers.gpg] https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/ /' > /etc/apt/sources.list.d/nvidia-drivers.list
- apt-get update

- name: nvidia-official-driver
type: shell
commands:
- apt-get update
- apt-get install nvidia-driver nvidia-vaapi-driver nvidia-settings nvidia-smi -y
- apt-mark hold nvidia-driver nvidia-vaapi-driver nvidia-settings nvidia-smi

Expand Down

0 comments on commit d80fdd4

Please sign in to comment.