Files
dockerfiles/machine-learning-ui/Dockerfile
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

15 lines
285 B
Docker

FROM clearlinux
MAINTAINER william.douglas@intel.com
ARG swupd_args
RUN swupd update --no-boot-update $swupd_args \
&& swupd bundle-add machine-learning-web-ui \
&& rm -rf /var/lib/swupd/*
EXPOSE 8888
CMD ["jupyter-notebook"]
COPY jupyter_notebook_config.py /etc/jupyter/