This document describes the steps required for the sample to work with the Intel VCAC-A accelerator(s).
Please follow the instructions to:
Please follow the instructions to:
Configure and build the sample to run analytics on Intel VCAC-A as follows:
mkdir build
cd build
cmake -DPLATFORM=VCAC-A ..
make
make update
where make update
transfers the built docker images to the workers nodes. This is optional if you plan to use private docker registry. Replace make update
with your instructions to upload the images to your private docker registry.
make start_docker_swarm
make stop_docker_swarm
make volume
make start_kubernetes
make stop_kubernetes
where make volume
prepares storage volumes for the sample.