Commit Graph

6 Commits

Author SHA1 Message Date
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
Patrick McCarty 873bed5501 Fix a few Dockerfile reference links
Some links end with `#/arg`, but they should end with `#arg`.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-04-29 13:07:00 -07:00
Patrick McCarty d6864e5c91 Link to swupd-client repo for swupd option docs
This link should be more stable and always provide the latest
information about swupd command-line options.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-04-29 13:07:00 -07:00
Aaron Kaluszka 457dd034a6 Update machine-learning Dockerfile to match README
Corrects apparent typo in bundle name
2018-08-28 13:27:50 -05:00
Obed N Munoz 6c23d7a427 Add update command before start installing software
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-11-15 11:20:46 -06:00
Simental Magana, Marcos 5e107ffbb6 Add machine-learning Dockerfile
This commits adds a Dockerfile to create a machine-learning docker container,
useful to develop machine-learning solutions based on R language and
other python packages such as scipy, scikit-learn and others.

Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
2016-10-25 16:37:59 -05:00