skip to Main Content

Issue with numpy dependency when building docker image

I am trying to create a Sagemaker endpoint for model inference using the Build your own algorithm container (https://sagemaker-examples.readthedocs.io/en/latest/advanced_functionality/scikit_bring_your_own/scikit_bring_your_own.html) but am having an issue when installing Numpy in the creation of the image. We've already previously have gotten it to…

VIEW QUESTION

Unable to build vowpal wabbit in centos 7

I am trying to install vowpal wabbit in a virtual env in centos 7. I have installed the dependencies like boost(https://medium.com/@royendgel/boost-boost-python-dlib-python3-on-centos-or-amazon-linux-4039f70a3614) required. Python : 3.6 Cmake : 3.6.2 (Installed as per this doc : http://jotmynotes.blogspot.com/2016/10/updating-cmake-from-2811-to-362-or.html) Here is the error when…

VIEW QUESTION
Back To Top
Search