Spaces:
Sleeping
Sleeping
Ubuntu
commited on
Commit
·
0eab7dd
1
Parent(s):
d9c5c91
build: rename ec2 script
Browse filesSigned-off-by: [email protected]
- start-service.sh +0 -10
start-service.sh
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
echo "Starting a service on a aws ec2 instance"
|
| 2 |
-
echo "Start this script within tmux session in order to keep it running after the EC2 console closes"
|
| 3 |
-
source activate pytorch
|
| 4 |
-
cd ui-refexp-click/
|
| 5 |
-
pip3 install -r requirements.txt
|
| 6 |
-
python3 -m app
|
| 7 |
-
echo "\n\n\n-----\n\n\n"
|
| 8 |
-
echo "Press CTRL+B then D to detach from terminal without killing the app"
|
| 9 |
-
echo "Then use 'tmux attach' to reconnect to the virtual terminal"
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|