docker-predictionio icon indicating copy to clipboard operation
docker-predictionio copied to clipboard

Docker container for PredictionIO-based machine learning services

Results 8 docker-predictionio issues
Sort by recently updated
recently updated
newest added

Hi there, I've installed the prediction-io docker successfully in my mac (many thanks). I can access to the docker container bash shell and test the events engine using curl, etc....

I want to make the container always run in background. It will shutdown when I exit the contianer.

Just wondering whether I can use this image for learning purpose(after updating latest versions)?

after pio deploy do `curl -H "Content-Type: application/json" \ -d '{ "user": "1", "num": 4 }' http://localhost:8000/queries.json` got [WARN] [BLAS] Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS [WARN] [BLAS] Failed to...

http://mirror.nexcess.net/apache/incubator/predictionio/ cannot be found, nor does Nexcess list predictionio as a mirror it currently maintains on its servers.

Hi @steveny2k , I changed the version of PIO from 0.10.0 to 0.12.0 Dockerfile installed predictionio 12, when i check the status it giving below error. can you please help...

When I follow the quickstart example for similar product in the 0.12.0 version docker container, I get ```[INFO] [Engine$] Compilation finished successfully. [INFO] [Engine$] Looking for an engine... [ERROR] [Engine$]...

PR to add tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: techstack.yml...