Skip to content

Latest commit

 

History

History
 
 

VCA2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The Intel(R) Visual Compute Accelerator 2 (Intel VCA 2) features three Intel(R) Xeon(R) processors E3-1500 v5 with Iris(R) Pro P580.

See the following documents for instructions on how to setup Intel VCA 2:

The Dockerfiles presented in this repo are targeted to run on the Intel VCA 2 nodes. Therefore the host installation steps mentioned in the parent README.md apply to each Intel VCA 2 node instead. The build and test scripts additionally require "sudo" to be available on the node:

Ubuntu: apt-get install -y sudo 
CentOS: yum install -y sudo

For GStreamer dockers

VAAPI expects rendering device to be set in order to work. Dockers readily spin up with this config. Specify the display device on host by doing following.

apt-get install xdm xinit
startx

On second window

export DISPLAY=:0.0

Note: If the host is not connected with a display, it may need to run "xhost +" on host to allow docker session connecting to host X server.