Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tf-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
tf-build
Commits
4134010e
Commit
4134010e
authored
Mar 25, 2022
by
Austin Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Adjust paths in the Dockerfiles for the cache
parent
43d02ed6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+2
-2
2 additions, 2 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+2
-2
2 additions, 2 deletions
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
with
4 additions
and
4 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+
2
−
2
View file @
4134010e
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+
2
−
2
View file @
4134010e
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment