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 d331ed5 commit daa7d7dCopy full SHA for daa7d7d
1 file changed
.github/actions/setup-buildx/action.yml
@@ -44,3 +44,8 @@ runs:
44
name: ${{ inputs.name }}
45
driver: docker-container
46
platforms: linux/amd64,linux/arm64
47
+ # Use the nv-gha-runners Docker Hub mirror to avoid unauthenticated
48
+ # pull rate limits on shared runners. The TOML is pre-populated on
49
+ # every nv-gha-runner. Per:
50
+ # https://docs.gha-runners.nvidia.com/platform/best-practices/#use-docker-cache-for-buildkit
51
+ buildkitd-config: /etc/buildkit/buildkitd.toml
0 commit comments