gokaygokay commited on
Commit
6979d00
·
verified ·
1 Parent(s): 39369ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -14,11 +14,8 @@ def run_command(command):
14
  return output.decode('utf-8')
15
 
16
  commands = [
17
- "wget https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/cuda-keyring_1.1-1_all.deb",
18
- "dpkg -i cuda-keyring_1.1-1_all.deb",
19
- "add-apt-repository contrib",
20
- "apt-get update",
21
- "apt-get -y install cuda"
22
  ]
23
 
24
  for command in commands:
 
14
  return output.decode('utf-8')
15
 
16
  commands = [
17
+ "wget https://developer.download.nvidia.com/compute/cuda/12.2.0/local_installers/cuda_12.2.0_535.54.03_linux.run",
18
+ "sh cuda_12.2.0_535.54.03_linux.run
 
 
 
19
  ]
20
 
21
  for command in commands: