Python3 Tensorflow(CPU) with Jupyter docker image based on alpine
290
Python3 Tensorflow(CPU) with Jupyter docker image based on alpine
pip list --format=columns for detail.# Run jupyter notebook container (see token in log)
docker run -it --rm -v $PWD:/code -w /code -p 8888:8888 smizy/tensorflow:1.12.0-cpu-alpine
docker build --build-arg "VERSION=1.12.0" -t local/tensorflow .
Content type
Image
Digest
Size
301.6 MB
Last updated
over 7 years ago
docker pull smizy/tensorflow:1.12.0-cpu-alpine