9 Commits

Author SHA1 Message Date
Gong Sophia e4492a299e Deprecates MAINTAINER in Dockerfile to follow dockerhub official guide.
(https://docs.docker.com/engine/reference/builder/#/maintainer-deprecated)

Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-12-23 09:59:05 +08:00
Gong Sophia 42fedd816e update machine-learning-ui README.md
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-09-18 14:26:57 +08:00
timlackhan 382b254c4b Add "machine-learning-ui deploy with k8s" 2019-09-17 13:09:00 +08:00
Rusty Lynch edfe34df31 Clean up machine-learning-ui RUN commands
Squashing all RUN commands together to ensure they create a single
docker layer resulting in a smaller overall image size.

Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
2019-07-22 10:16:52 -07:00
Rusty Lynch 7bc8f65723 Update documentation to include port forwarding
Signed-of-by: Rusty Lynch <rusty.lynch@intel.com>
2019-07-22 10:16:52 -07:00
Rusty Lynch 05981ccb0d Fix startup crasher bug
socket.gaierror errors out on startup since it is unable to resolve
the NetbookApp.ip address.  This was reported upstream as:
https://github.com/jupyter/notebook/issues/4558

Signed-of-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
William Douglas d2e79f58f6 Add new image for machine-learning-web-ui bundle
Add an image for the machine-learning-web-ui bundle to give easy
access to a ready to run jupyter based environment.
2017-11-16 21:01:50 +00:00