27e3ce2
1
2
3
4
5
6
7
8
#!/bin/bash # Force reinstall dependencies to ensure correct versions pip install --upgrade --force-reinstall -r requirements.txt # Launch the app python app.py