Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.77 KB

vcac-a.md

File metadata and controls

51 lines (34 loc) · 1.77 KB

This document describes the steps required for the sample to work with the Intel VCAC-A accelerator(s).

Prerequisites for Docker Swarm:

Please follow the instructions to:

Prerequisites for Kubernetes:

Please follow the instructions to:

Build Sample

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.

Run Sample on Docker Swarm

make start_docker_swarm
make stop_docker_swarm

Run Sample on Kubernetes:

make volume
make start_kubernetes
make stop_kubernetes

where make volume prepares storage volumes for the sample.

See Also: