From b6a6340660dc8dd64d08f0241cb5a366c61c8564 Mon Sep 17 00:00:00 2001 From: Amit Patankar Date: Thu, 20 Jun 2019 13:04:34 -0700 Subject: [PATCH] Fix the go path for RBE. PiperOrigin-RevId: 254255731 --- tensorflow/tools/ci_build/Dockerfile.rbe.cpu-centos6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/Dockerfile.rbe.cpu-centos6 b/tensorflow/tools/ci_build/Dockerfile.rbe.cpu-centos6 index d8af7dcf8e7..5d6d419bb0a 100644 --- a/tensorflow/tools/ci_build/Dockerfile.rbe.cpu-centos6 +++ b/tensorflow/tools/ci_build/Dockerfile.rbe.cpu-centos6 @@ -32,7 +32,7 @@ RUN bash install/install_centos_pip_packages.sh # Install golang. RUN bash install/install_golang_centos.sh env GOROOT=/usr/local/go -env PATH=$GOPATH/bin:$GOROOT/bin:$PATH +env PATH=$GOROOT/bin:$PATH # Install a /usr/bin/python2 and /usr/bin/python3 link. # centos by default does not provide links, and instead relies on paths into