• Use numerai-cli from https://github.com/numerai/numerai-cli

  • Code is installed on mac laptop in ~/example-numerai

Install python 3.x form www.python.org
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip3 install -U numerai-cli

# latest aws configs
numerai setup -c 2048 -m 16384

# update example code
numerai docker copy-example

# build container, deploy on aws
numerai docker deploy

# Run locally and submit predictions
numerai docker run

# Test remote webhook
numerai compute test-webhook
numerai compute status
numerai compute logs