mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
5 lines
123 B
Docker
5 lines
123 B
Docker
FROM ubuntu:24.04
|
|
|
|
RUN apt update && \
|
|
apt install --no-install-recommends -y qatengine qatlib-examples qatzip openssl
|