euler314 commited on
Commit
1e080a4
·
verified ·
1 Parent(s): c6f7f54

Delete build.sh

Browse files
Files changed (1) hide show
  1. build.sh +0 -12
build.sh DELETED
@@ -1,12 +0,0 @@
1
- #!/bin/bash
2
- echo "Installing system dependencies..."
3
- apt-get update && apt-get install -y $(cat packages.txt)
4
-
5
- echo "Installing Python requirements..."
6
- pip install -r requirements.txt
7
-
8
- echo "Building C++ extension..."
9
- python -m pip install -e .
10
-
11
- echo "Installation complete. Starting Streamlit..."
12
- streamlit run app.py