abreza commited on
Commit
1421531
1 Parent(s): 31e248b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def find_cuda_home():
91
  try:
92
  # Define the search string and the directory
93
  search_string = "CUDA"
94
- search_directory = "/"
95
 
96
  # Use subprocess to run the grep command
97
  command = ['grep', '-r', search_string, search_directory]
 
91
  try:
92
  # Define the search string and the directory
93
  search_string = "CUDA"
94
+ search_directory = "/usr"
95
 
96
  # Use subprocess to run the grep command
97
  command = ['grep', '-r', search_string, search_directory]