Update start
This commit is contained in:
parent
c3b920f123
commit
fc08b09422
1 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@ set -e
|
|||
|
||||
echo "Starting Python server..."
|
||||
|
||||
pip3 install virtualenv
|
||||
python3 -m virtualenv venv
|
||||
pip install virtualenv
|
||||
python -m virtualenv venv
|
||||
source venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
OPENAI_API_KEY=$1 python3 app.py
|
||||
pip install -r requirements.txt
|
||||
OPENAI_API_KEY=$1 python app.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue