This provides a Docker image with
- Alpine
- Python3
- TensolFlow
- Juptyer
This is heavily inspired by https://hub.docker.com/r/enakai00/jupyter_tensorflow/ Docker image.
Please run the following
docker run -itd -p 8888:8888 -e PASSWORD=foobar tatsushid/alpine-py3-tensorflow-jupyterand access to http://{docker host}:8888/. It opens Jupyter's login panel so
please enter the password which you specified as PASSWORD environment value
This repository also provides Docker Compose example so you can boot a container of this image by running
docker-compose upin docker_compose_example directory.
This alpine-py3-tensorflow-jupyter Docker image is under MIT License. See the LICENSE file for details.