RedisLabsModules / redisml

Machine Learning Model Server
http://redisml.io
Other
305 stars 44 forks source link

Ubuntu seems to need libatlas too #1

Closed reppolice closed 7 years ago

reppolice commented 7 years ago

Hi,

On 16.04, I followed the build instructions which suggest only one package for Ubuntu, but that package only seemed to provide some include files and not the shared library libcblas.so . I was only able to get that from sudo apt-get install libatlas-base-dev , I hope the build will actually work! I do have a working CUDA installation, and was disappointed to see that such CUDA enabled libraries were not already in place, upon closer inspection it looks like CUDA libraries have to be called explicitly and in their "own way". Still, not a bad possible add-on for Redis-ML.

reppolice commented 7 years ago

Oops, I was following spark-redis-ml! My bad!