From 7fce5e03f7b3d780f64f27b89367804b2a786104 Mon Sep 17 00:00:00 2001 From: Bharat Raghunathan Date: Wed, 29 May 2019 13:54:23 +0530 Subject: [PATCH] Fix broken Dockerfile links on CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b460bdde24f6d9..ba1bacfb7b61cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,9 +163,9 @@ There are two ways to run TensorFlow unit tests. 1. Using tools and libraries installed directly on your system. Refer to the - [CPU-only developer Dockerfile](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/docker/Dockerfile.devel) + [CPU-only developer Dockerfile](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dockerfiles/dockerfiles/devel-cpu.Dockerfile) and - [GPU developer Dockerfile](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/docker/Dockerfile.devel-gpu) + [GPU developer Dockerfile](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dockerfiles/dockerfiles/devel-gpu.Dockerfile) for the required packages. Alternatively, use the said [Docker images](https://hub.docker.com/r/tensorflow/tensorflow/tags/), e.g., `tensorflow/tensorflow:nightly-devel` and