steveny2k / docker-predictionio

Docker container for PredictionIO-based machine learning services
73 stars 57 forks source link

pio deploy WARN #13

Open m358807551 opened 6 years ago

m358807551 commented 6 years ago

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 load implementation from: com.github.fommil.netlib.NativeRefBLAS

http://predictionio.apache.org/templates/recommendation/quickstart/

steveny2k commented 6 years ago

@m358807551 Thanks for reporting. Will try to find time to debug.