We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31fdf4 commit 41d7fa0Copy full SHA for 41d7fa0
.github/workflows/docker-presubmit.yml
@@ -62,9 +62,10 @@ jobs:
62
-
63
name: Checkout tensorflow sources
64
run: |
65
- git clone --depth 1 https://github.com/tensorflow/tensorflow.git .
+ git clone --depth 1 https://github.com/tensorflow/tensorflow.git /tf/tensorflow
66
67
name: Configure and build TF CPU with remote cache
68
69
+ cd /tf/tensorflow
70
bazel --bazelrc=/usertools/cpu.bazelrc build \
71
--config=sigbuild_remote_cache tensorflow/tools/pip_package:build_pip_package
0 commit comments