You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: where and how dockers that will be used in matrix are built ?
There is internal cash support for this. All our K8s nodes should be configured with it.
cat /etc/docker/daemon.json
{
"registry-mirrors": [
"https://dockerhub.nvidia.com",
"https://dockerhub-backup.nvidia.com"
]
}
The text was updated successfully, but these errors were encountered:
Hi, during docker build for CLusterKit
I've received the error below:
toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Question: where and how dockers that will be used in matrix are built ?
There is internal cash support for this. All our K8s nodes should be configured with it.
cat /etc/docker/daemon.json
{
"registry-mirrors": [
"https://dockerhub.nvidia.com",
"https://dockerhub-backup.nvidia.com"
]
}
The text was updated successfully, but these errors were encountered: