Create EonPredictor Server
Source: Notion | Last edited: 2023-12-09 | ID: 7bb6c924-2a7...
From AMI
Section titled “From AMI”


Done
From Scratch
Section titled “From Scratch”Create Instance AWS

ssh -i "el-prod-eon-pred.pem" ubuntu@eonpred.eonlabs.comcontainerName=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 BTCexport AWS_REGION=us-west-2python3 pnl_continuous_prediction.py --symbol BTC
tmux new -s ETHpython3 pnl_continuous_prediction.py --symbol ETH