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 aa22376 commit c5e8e87Copy full SHA for c5e8e87
.kokorun/io_cpu.sh
@@ -48,7 +48,7 @@ docker --version
48
export PYTHON_VERSION=3.8
49
50
export BAZEL_VERSION=$(cat .bazelversion)
51
-export BAZEL_OPTIMIZATION="--copt=-msse4.2 --copt=-mavx --compilation_mode=opt"
+export BAZEL_OPTIMIZATION="--copt=-msse4.2 --copt=-mavx --compilation_mode=opt --remote_cache=https://storage.googleapis.com/tensorflow-sigs-io --remote_upload_local_results=false"
52
export BAZEL_OS=$(uname | tr '[:upper:]' '[:lower:]')
53
54
docker run -i --rm -v $PWD:/v -w /v --net=host \
0 commit comments