ufoym / deepo

Setup and customize deep learning environment in seconds.
http://ufoym.com/deepo
MIT License
6.32k stars 749 forks source link

tensorflow 1.x #95

Closed benchmarker007 closed 5 years ago

benchmarker007 commented 5 years ago

For purpose of running tensorflow 1.x code I think it would beyond great to have any old images with tf 1.x available in repository.

ufoym commented 5 years ago

Pull the images with CUDA 9:

docker run -it ufoym/deepo:tensorflow-py36-cu90

You get TensorFlow 1.x:

python

>>> import tensorflow as tf
>>> print(tf.__version__)
1.12.0