Skip to content

Docker container for PredictionIO-based machine learning services

Notifications You must be signed in to change notification settings

shimamoto/docker-predictionio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

docker-predictionio

Docker container for PredictionIO-based machine learning services

This container uses Apache Spark, HBase and Elasticsearch. The PredictionIO version is 0.12.1.

Use it interactively for development:

  1. First, build docker image from local Dockerfile: cd to the path containing the Dockerfile, then:
$ docker build -t predictionio .

then:

$ docker run -p 8000:8000 --name predictionio_instance -it predictionio /bin/bash
  1. Then in docker container, start all services and check they are started
pio@...:/$ pio-start-all
pio@...:/$ jps -l

About

Docker container for PredictionIO-based machine learning services

Resources

Stars

Watchers

Forks

Packages

No packages published