Chirag commited on
Commit
fdbb9ca
·
1 Parent(s): 8d32797
Files changed (1) hide show
  1. app.sh +1 -6
app.sh CHANGED
@@ -1,8 +1,3 @@
1
- # Exit if any command fails
2
- set -e
3
-
4
- # Optional: Install dependencies (if needed)
5
  pip install -r requirements.txt
6
-
7
- # Convert and run the Jupyter notebook
8
  jupyter nbconvert --to notebook --execute app.ipynb --output executed_app.ipynb
 
1
+ #!/bin/bash
 
 
 
2
  pip install -r requirements.txt
 
 
3
  jupyter nbconvert --to notebook --execute app.ipynb --output executed_app.ipynb