rapidsai / node

GPU-accelerated data science and visualization in node

Home Page:https://rapidsai.github.io/node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker.io/rapidsai/node: doesn't exist?

coreindustries opened this issue · comments

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

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:

docker pull ghcr.io/rapidsai/node:21.10.00-runtime-node-16.9.1-cudagl11.2.2-ubuntu20.04-main-amd64