Skip to content

Commit

Permalink
Merge pull request #102 from t0xic0der/cuda-f36-update
Browse files Browse the repository at this point in the history
Update NVIDIA CUDA repositories
  • Loading branch information
gridhead authored May 12, 2022
2 parents 852d26f + 6f2d9b2 commit 7064595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvautoinstall/operations/handle_cuda_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def rpck(self):

def rpin(self):
retndata = subprocess.getstatusoutput(
"dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora34/x86_64/cuda-fedora34.repo" # noqa
"dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora35/x86_64/cuda-fedora35.repo" # noqa
)[0]
return retndata == 0

Expand Down

0 comments on commit 7064595

Please sign in to comment.