Files
dockerfiles/machine-learning/Dockerfile
T
Aaron Kaluszka 457dd034a6 Update machine-learning Dockerfile to match README
Corrects apparent typo in bundle name
2018-08-28 13:27:50 -05:00

12 lines
206 B
Docker

FROM clearlinux
MAINTAINER marcos.simental.magana@intel.com
ARG swupd_args
RUN swupd update $swupd_args
RUN swupd bundle-add machine-learning-basic R-basic R-extras
RUN rm -rf /var/lib/swupd
CMD 'bash'