alexnasa commited on
Commit
a730161
·
verified ·
1 Parent(s): b45d8ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -47,8 +47,11 @@ import subprocess
47
 
48
  # install_cuda_toolkit()
49
 
 
 
 
50
  # my_env = os.environ.copy()
51
- # subprocess.run(["pip", "install","diso"], check=True, env=my_env)
52
 
53
 
54
  # # tell Python to re-scan site-packages now that the egg-link exists
 
47
 
48
  # install_cuda_toolkit()
49
 
50
+ !apt-get update
51
+ !apt-get install cuda-toolkit-12-6
52
+
53
  # my_env = os.environ.copy()
54
+ subprocess.run(["pip", "install","diso"], check=True)
55
 
56
 
57
  # # tell Python to re-scan site-packages now that the egg-link exists