openmoonray
openmoonray copied to clipboard
Use base image nvidia/cuda:11.4.3-base-centos7
Hi all, I tried to build openmoonray on the container,
but it shows me an error manifest for nvidia/cuda:11.4.0-base-centos7 not found: manifest unknown: manifest unknown
so I checked nvidia:cuda image repo, and it turns out that cuda:11.4.0 was removed from nvidia:cuda.
the closest version is nvidia/cuda:11.4.3-base-centos7 and I could built the openmoonray with this image now.
Thank you.