python/examples/notebooks/docker/Dockerfile
2017-05-16 19:27:53 +02:00

8 lines
195 B
Docker

FROM nbgallery/jupyter-alpine:latest
RUN pip install git+https://github.com/kubernetes-incubator/client-python.git
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["jupyter", "notebook", "--ip=0.0.0.0"]