Skip to content
Snippets Groups Projects
Commit 4134010e authored by Austin Anderson's avatar Austin Anderson
Browse files

Adjust paths in the Dockerfiles for the cache

parent 43d02ed6
Branches
No related tags found
No related merge requests found
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
# Use a cache directory mounted to /tf/cache. Very useful! # Use a cache directory mounted to /tf/cache. Very useful!
build:sigbuild_local_cache --disk_cache=/tf/cache build:sigbuild_local_cache --disk_cache=/tf/cache
# Use the public-access TF DevInfra cache (read only) # Use the public-access TF DevInfra cache (read only)
build:sigbuild_remote_cache --remote_cache="https://storage.googleapis.com/tensorflow-devinfra-bazel-cache" --remote_upload_local_results=false build:sigbuild_remote_cache --remote_cache="https://storage.googleapis.com/tensorflow-devinfra-bazel-cache/manylinux2014" --remote_upload_local_results=false
# Write to the TF DevInfra cache (only works for internal TF CI) # Write to the TF DevInfra cache (only works for internal TF CI)
build:sigbuild_remote_cache_push --remote_cache="https://storage.googleapis.com/tensorflow-devinfra-bazel-cache/manylinux2014" --google_default_credentials build:sigbuild_remote_cache_push --remote_cache="https://storage.googleapis.com/tensorflow-devinfra-bazel-cache/manylinux2014" --google_default_credentials
# Change the value of CACHEBUSTER when upgrading the toolchain, or when testing # Change the value of CACHEBUSTER when upgrading the toolchain, or when testing
# different compilation methods. E.g. for a PR to test a new CUDA version, set # different compilation methods. E.g. for a PR to test a new CUDA version, set
# the CACHEBUSTER to the PR number. # the CACHEBUSTER to the PR number.
build --action_env=CACHEBUSTER=r2.9_pr57 build --action_env=CACHEBUSTER=20220325
# Use Python 3.X as installed in container image # Use Python 3.X as installed in container image
build --action_env PYTHON_BIN_PATH="/usr/bin/python3" build --action_env PYTHON_BIN_PATH="/usr/bin/python3"
......
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
# Use a cache directory mounted to /tf/cache. Very useful! # Use a cache directory mounted to /tf/cache. Very useful!
build:sigbuild_local_cache --disk_cache=/tf/cache build:sigbuild_local_cache --disk_cache=/tf/cache
# Use the public-access TF DevInfra cache (read only) # Use the public-access TF DevInfra cache (read only)
build:sigbuild_remote_cache --remote_cache="https://storage.googleapis.com/tensorflow-devinfra-bazel-cache" --remote_upload_local_results=false build:sigbuild_remote_cache --remote_cache="https://storage.googleapis.com/tensorflow-devinfra-bazel-cache/manylinux2014" --remote_upload_local_results=false
# Write to the TF DevInfra cache (only works for internal TF CI) # Write to the TF DevInfra cache (only works for internal TF CI)
build:sigbuild_remote_cache_push --remote_cache="https://storage.googleapis.com/tensorflow-devinfra-bazel-cache/manylinux2014" --google_default_credentials build:sigbuild_remote_cache_push --remote_cache="https://storage.googleapis.com/tensorflow-devinfra-bazel-cache/manylinux2014" --google_default_credentials
# Change the value of CACHEBUSTER when upgrading the toolchain, or when testing # Change the value of CACHEBUSTER when upgrading the toolchain, or when testing
# different compilation methods. E.g. for a PR to test a new CUDA version, set # different compilation methods. E.g. for a PR to test a new CUDA version, set
# the CACHEBUSTER to the PR number. # the CACHEBUSTER to the PR number.
build --action_env=CACHEBUSTER=r2.9_pr57 build --action_env=CACHEBUSTER=20220325
# Use Python 3.X as installed in container image # Use Python 3.X as installed in container image
build --action_env PYTHON_BIN_PATH="/usr/bin/python3" build --action_env PYTHON_BIN_PATH="/usr/bin/python3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment