Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ if result is None:
|
|
20 |
print("Failed to download CUDA installer.")
|
21 |
exit(1)
|
22 |
|
23 |
-
# Run CUDA installer
|
24 |
-
install_command = "
|
25 |
result = run_command(install_command)
|
26 |
if result is None:
|
27 |
print("Failed to run CUDA installer.")
|
|
|
20 |
print("Failed to download CUDA installer.")
|
21 |
exit(1)
|
22 |
|
23 |
+
# Run CUDA installer without sudo
|
24 |
+
install_command = "sh cuda_12.2.0_535.54.03_linux.run"
|
25 |
result = run_command(install_command)
|
26 |
if result is None:
|
27 |
print("Failed to run CUDA installer.")
|