deepinpy / docker-predictionio

Run PredictionIO inside Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-predictionio

Run PredictionIO inside Docker

  1. Run build to build the image
  2. Run shell to start the container
  3. Once inside the container, run runsvdir-start& to start everything
  4. The Dashboard is available on port 9000

Run quickstart

  1. Go to quickstartapp directory cd /quickstartapp
  2. Build and Train Engine ./run.sh
  3. Deploy Engine cd MyRecommendation && pio deploy --ip 0.0.0.0&
  4. Your Engine will now listen on port 8000

About

Run PredictionIO inside Docker


Languages

Language:Shell 74.1%Language:Dockerfile 25.9%