Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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/
|
| 18 |
-
"
|
| 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:
|