Skip to content

Commit

Permalink
Minor build fix.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 365148648
Change-Id: Ib0bd821dfaa7943d04e6da397bfd9a4942129536
  • Loading branch information
jiawenhao authored and tensorflower-gardener committed Mar 25, 2021
1 parent b8e4404 commit 054d641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/ctpu/ctpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function install_ctpu {
# using CTPU.
# Replace cloud-tpu-client with google-api-python-client oauth2client to test
# the client at head.
"${PIP_CMD}" install --user --upgrade cloud-tpu-client
"${PIP_CMD}" install --user --upgrade --ignore-installed cloud-tpu-client

wget -nv "https://dl.google.com/cloud_tpu/ctpu/latest/linux/ctpu"
chmod a+x ctpu
Expand Down

0 comments on commit 054d641

Please sign in to comment.