Skip to content

Create EonPredictor Server

Source: Notion | Last edited: 2023-12-09 | ID: 7bb6c924-2a7...


image

image

image

Done

Create Instance AWS

image

Terminal window
ssh -i "el-prod-eon-pred.pem" ubuntu@eonpred.eonlabs.com
Terminal window
containerName=eon-predictor && cd ~/your-path/Eon-Model-Predictor && sudo docker container run -it --name ${containerName} -h ${containerName} -v $(pwd)/../Eon-Model-Predictor:/Eon-Model-Predictor eonlabsteam/ml-tf2
tmux new -s BTC
export AWS_REGION=us-west-2
python3 pnl_continuous_prediction.py --symbol BTC
tmux new -s ETH
python3 pnl_continuous_prediction.py --symbol ETH