hsuwill000 commited on
Commit
cb18b9f
·
verified ·
1 Parent(s): d3a6a90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ def run_command(command, cwd=None):
13
  def install_openblas():
14
  # Step 1: Clone the OpenBLAS repository
15
  print("Cloning the OpenBLAS repository...")
16
- run_command("apt-get install build-essential gfortran")
17
  run_command("git clone https://github.com/OpenMathLib/OpenBLAS.git")
18
 
19
  # Step 2: Change to the OpenBLAS directory
 
13
  def install_openblas():
14
  # Step 1: Clone the OpenBLAS repository
15
  print("Cloning the OpenBLAS repository...")
 
16
  run_command("git clone https://github.com/OpenMathLib/OpenBLAS.git")
17
 
18
  # Step 2: Change to the OpenBLAS directory