Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingfang/docker-predictionio
Run PredictionIO inside Docker
https://github.com/mingfang/docker-predictionio
Last synced: 25 days ago
JSON representation
Run PredictionIO inside Docker
- Host: GitHub
- URL: https://github.com/mingfang/docker-predictionio
- Owner: mingfang
- Created: 2014-04-16T18:56:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T12:12:14.000Z (over 6 years ago)
- Last Synced: 2024-12-07T11:42:50.675Z (about 1 month ago)
- Language: Shell
- Size: 56.6 KB
- Stars: 201
- Watchers: 19
- Forks: 92
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-predictionio
===================Run [PredictionIO](http://prediction.io) 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 9000Run [quickstart](http://predictionio.incubator.apache.org/templates/recommendation/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