Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit b6a6340

Browse files
Amit Patankartensorflower-gardener
authored andcommitted
Fix the go path for RBE.
PiperOrigin-RevId: 254255731
1 parent 7b1ebf5 commit b6a6340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/ci_build/Dockerfile.rbe.cpu-centos6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN bash install/install_centos_pip_packages.sh
3232
# Install golang.
3333
RUN bash install/install_golang_centos.sh
3434
env GOROOT=/usr/local/go
35-
env PATH=$GOPATH/bin:$GOROOT/bin:$PATH
35+
env PATH=$GOROOT/bin:$PATH
3636

3737
# Install a /usr/bin/python2 and /usr/bin/python3 link.
3838
# centos by default does not provide links, and instead relies on paths into

0 commit comments

Comments
 (0)