Files
dockerfiles/machine-learning
Rusty Lynch f9cec14591 Squash all RUN commands to a single line so that it results in a
single docker layer.  Adding a new RUN command to remove files
will result in the files not being visible in the container, but
users still carry the full weight of the "deleted" files.

Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
2019-07-22 10:16:52 -07:00
..
2019-04-29 13:07:00 -07:00

Machine Learning

This provides a machine learning environment with the machine-learning-basic, R-basic and R-extras bundles from Clearlinux

Build

docker build -t clearlinux/machine-learning .

Or just pull it from Dockerhub

docker pull clearlinux/machine-learning

Run the machine-learning Container

docker run -it clearlinux/machine-learning

Environment Variables

none

Extra Build ARGs

  • swupd_args Specifies SWUPD flags

Default build args in Docker are on: https://docs.docker.com/engine/reference/builder/#arg