Skip to content

Commit

Permalink
sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalika0363 committed Jun 17, 2024
1 parent dc25e6e commit fb83b24
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions start_app_flask.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
#!/bin/bash

cd /home/omcloudops/flask-ml

if [ ! -d "myenv" ]; then
python3.10 -m venv myenv
fi

source myenv/bin/activate

pip3 install -r requirements.txt

python3.10 app.py --host=0.0.0.0

0 comments on commit fb83b24

Please sign in to comment.