hsuwill000 commited on
Commit
0423222
·
verified ·
1 Parent(s): d40095f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,4 +27,5 @@ def install_openblas():
27
  run_command("make install")
28
 
29
  if __name__ == "__main__":
 
30
  install_openblas()
 
27
  run_command("make install")
28
 
29
  if __name__ == "__main__":
30
+ os.system("apt-get install gfortran")
31
  install_openblas()