ufoym / deepo

Setup and customize deep learning environment in seconds.

Home Page:http://ufoym.com/deepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow 1.x

benchmarker007 opened this issue · comments

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.

commented

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