Update app.py
Browse files
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
|