intel-device-plugins-for-ku.../demo/intelgpu-job.yaml
Mikko Ylinen 00a59e8f7d demo: drop ubuntu-demo-opencl image
The version of the compute-runtime project installed in ubuntu-demo-opencl
is not working with the most recent GPUs anymore. Instead of updating it,
move to use pre-built images. This is inlined with our goal to speed-up CI
by skipping unnecessary demo images.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-09-13 09:24:35 +03:00

23 lines
492 B
YAML

apiVersion: batch/v1
kind: Job
metadata:
name: intelgpu-demo-job
labels:
jobgroup: intelgpu-demo
spec:
template:
metadata:
labels:
jobgroup: intelgpu-demo
spec:
restartPolicy: Never
containers:
-
name: intelgpu-demo-job-1
image: intelopencl/intel-opencl:ubuntu-20.10-ppa
imagePullPolicy: IfNotPresent
command: [ "clinfo" ]
resources:
limits:
gpu.intel.com/i915: 1