Sign inSign up

smizy/tensorflow

By smizy

Updated over 7 years ago

Python3 Tensorflow(CPU) with Jupyter docker image based on alpine

Image
0

290

smizy/tensorflow repository overview

docker-tensorflow

Python3 Tensorflow(CPU) with Jupyter docker image based on alpine

  • numpy, scipy, pandas, scikit-learn, seaborn, tensorflow installed via pip. See pip list --format=columns for detail.
  • CPU only
  • Dockerfile

Usage

# 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

Local build

docker build --build-arg "VERSION=1.12.0" -t local/tensorflow .

Tag summary

Content type

Image

Digest

Size

301.6 MB

Last updated

over 7 years ago

docker pull smizy/tensorflow:1.12.0-cpu-alpine