ui-refexp-click / start-ec2-service.sh
ivelin
fix: ec2 startup script
0fed412
echo "Starting a service on a aws ec2 instance"
echo "Start this script within tmux session in order to keep it running after the EC2 console closes"
source activate pytorch
pip3 install -r requirements.txt
python3 -m app
echo "\n\n\n-----\n\n\n"
echo "Press CTRL+B then D to detach from terminal without killing the app"
echo "Then use 'tmux attach' to reconnect to the virtual terminal"