Run PredictionIO inside Docker
- Run
build
to build the image - Run
shell
to start the container - Once inside the container, run
runsvdir-start&
to start everything - The Dashboard is available on port 9000
Run quickstart
- Go to quickstartapp directory
cd /quickstartapp
- Build and Train Engine
./run.sh
- Deploy Engine
cd MyRecommendation && pio deploy --ip 0.0.0.0&
- Your Engine will now listen on port 8000
Run Multiple Engines
- On deployment of the second Engine, run
pio deploy --ip 0.0.0.0 --port 8001 &
- For additional engines, use 8001-8006