Run PredictionIO inside Docker
- Run
buildto build the image - Run
shellto 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