From 4d435a5be9488ac57c9a6ab417bc63b8b16be482 Mon Sep 17 00:00:00 2001 From: Hugo Meiland Date: Fri, 12 Jun 2020 21:43:22 +0200 Subject: [PATCH] updated docker image to fixed version 1.15.2 and mnist convolutional script to v1.7.0, since latest and master are now working --- recipes/TensorFlow-CPU/config/config.yaml | 2 +- recipes/TensorFlow-CPU/config/jobs.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/TensorFlow-CPU/config/config.yaml b/recipes/TensorFlow-CPU/config/config.yaml index 9dc83755..a06cf1e3 100644 --- a/recipes/TensorFlow-CPU/config/config.yaml +++ b/recipes/TensorFlow-CPU/config/config.yaml @@ -2,4 +2,4 @@ batch_shipyard: storage_account_settings: mystorageaccount global_resources: docker_images: - - tensorflow/tensorflow + - tensorflow/tensorflow:1.15.2 diff --git a/recipes/TensorFlow-CPU/config/jobs.yaml b/recipes/TensorFlow-CPU/config/jobs.yaml index eb972805..a89596ec 100644 --- a/recipes/TensorFlow-CPU/config/jobs.yaml +++ b/recipes/TensorFlow-CPU/config/jobs.yaml @@ -1,8 +1,8 @@ job_specifications: - id: tensorflowjob tasks: - - docker_image: tensorflow/tensorflow + - docker_image: tensorflow/tensorflow:1.15.2 resource_files: - - blob_source: https://raw.githubusercontent.com/tensorflow/models/master/tutorials/image/mnist/convolutional.py + - blob_source: https://raw.githubusercontent.com/tensorflow/models/v1.7.0/tutorials/image/mnist/convolutional.py file_path: convolutional.py command: python -u convolutional.py