Skip to content

Commit

Permalink
install driver then reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
samayala22 committed Aug 29, 2024
1 parent 838957c commit c09856a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda-toolkit-12-4 nvidia-open
- name: Check CUDA info
run: nvidia-smi
sudo apt-get -y install nvidia-open
sudo reboot
sudo apt-get -y install cuda-toolkit-12-4
nvidia-smi
- name: Download ISPC
run: |
Expand Down

0 comments on commit c09856a

Please sign in to comment.