Skip to content

ysilvela/predictionio-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PredictionIO docker container

Docker container for PredictionIO-based machine learning services

Docker build

PredictionIO is an open-source Machine Learning server for developers and data scientists to build and deploy predictive applications in a fraction of the time.

This container uses Apache Spark, HBase and Elasticsearch. Use it interactively for development.

You can do the pull and build at the same time using the next command:

$ docker run -it -v $HOME/MyEngine:/MyEngine ysilvela/predictionio-docker /bin/bash

Or create your own deployable docker container:

FROM ysilvela/predictionio-docker

ADD MyEngine /MyEngine

EXPOSE 8000

ADD run.sh /run.sh

ENTRYPOINT /run.sh

Then you need to download your preferred template from https://templates.prediction.io/ choosing the appropiate template and following the installation instructions.

For example, if you choose the E-Commerce Recommendation template you can follow the steps indicated in the Quick Start Guide

About

docker for predictionio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages