Docker image with the all the pre-requisites to build the Khiva library satisfied.
352
This docker image downloads all the pre-requisites required to build the khiva library. These pre-requisites are:
shapelets/arrayfire-intel-opencl image.After starting a container based on this image, clone the khiva repository and follow the next steps to build it:
conan remote add conan-mpusz https://api.bintray.com/conan/mpusz/conan-mpusz
mkdir build && cd build && cmake .. && make -j8 && make install
Content type
Image
Digest
Size
1.4 GB
Last updated
over 7 years ago
docker pull shapelets/khiva-ocl-build