mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-29 09:05:52 +00:00
ecfc93889f
Signed-off-by: Liu, Jianjun <jianjun.liu@intel.com>
9 lines
210 B
Docker
9 lines
210 B
Docker
FROM clearlinux:latest
|
|
MAINTAINER jianjun.liu@intel.com
|
|
|
|
ARG swupd_args
|
|
|
|
RUN swupd update --no-boot-update $swupd_args
|
|
RUN swupd bundle-add machine-learning-tensorflow $swupd_args \
|
|
&& rm -rf /var/lib/swupd/*
|