Closed benchmarker007 closed 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.
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
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.