Alejadro Sanchez-Giraldo commited on
Commit
fd491ae
·
1 Parent(s): 35d2683

push no cache install

Browse files
Files changed (1) hide show
  1. start.sh +3 -0
start.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+ pip install --no-cache-dir -r requirements.txt
3
+ python app.py