mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

As a build optimization, allow usage of pre-created licenses. Together with usage of go mod vendor, the container build times are significantly shorter. Dockerfiles are generated from include-snippets on the fly. Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
8 lines
307 B
Docker
8 lines
307 B
Docker
#define _ENTRYPOINT_ /usr/local/bin/intel_iaa_device_plugin
|
|
ARG CMD=iaa_plugin
|
|
|
|
#include "default_plugin.docker"
|
|
|
|
LABEL name='intel-iaa-plugin'
|
|
LABEL summary='Intel® IAA device plugin for Kubernetes'
|
|
LABEL description='The IAA device plugin supports acceleration using the Intel Analytics accelerator(IAA)' |