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
Trying to build the project using yarn docker:build:devel
and getting the following error:
=> ERROR [rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2-ubuntu20.04-main-amd64 internal] load metadata for docker.io/rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2 6.7s => ERROR [rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2-ubuntu20.04-base-amd64 internal] load metadata for docker.io/nvidia/cudagl:11.2.2-devel-ubuntu20.04 6.6s => ERROR [rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2-ubuntu20.04-base-amd64 internal] load metadata for docker.io/library/node:16.6.2-stretch-slim 6.6s
Visiting these links directly ends up in a 404. Did the Docker hub links change?
I'm on Windows 11 Preview running WSL Ubuntu 20.04
Driver Version: 471.41
CUDA Version: 11.4
Docker version 20.10.7, build 20.10.7-0ubuntu1~20.04.1
Docker Compose version v2.0.0-rc.2
The text was updated successfully, but these errors were encountered:
That's strange, yarn docker:build:devel should've built and cached the base image before building main. We don't publish to dockerhub at the moment, but we do publish to the GitHub container registry on PR merge:
Trying to build the project using
yarn docker:build:devel
and getting the following error:
=> ERROR [rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2-ubuntu20.04-main-amd64 internal] load metadata for docker.io/rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2 6.7s => ERROR [rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2-ubuntu20.04-base-amd64 internal] load metadata for docker.io/nvidia/cudagl:11.2.2-devel-ubuntu20.04 6.6s => ERROR [rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2-ubuntu20.04-base-amd64 internal] load metadata for docker.io/library/node:16.6.2-stretch-slim 6.6s
Visiting these links directly ends up in a 404. Did the Docker hub links change?
I'm on Windows 11 Preview running WSL Ubuntu 20.04
Driver Version: 471.41
CUDA Version: 11.4
Docker version 20.10.7, build 20.10.7-0ubuntu1~20.04.1
Docker Compose version v2.0.0-rc.2
The text was updated successfully, but these errors were encountered: