SIMP icon indicating copy to clipboard operation
SIMP copied to clipboard

Error while installing the docker of the simp github

Open Harshvgupta opened this issue 1 year ago • 1 comments

sudo make noetic=1 docker build -f NoeticDockerfile -t simpnoetic . DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 6.281MB Step 1/34 : FROM nvidia/cuda:11.4.0-devel-ubuntu20.04 manifest for nvidia/cuda:11.4.0-devel-ubuntu20.04 not found: manifest unknown: manifest unknown make: *** [Makefile:6: build] Error 1 I am facing this issue while running the sudo make command, is it due to I have a cuda11.6 or something I am missing.

Harshvgupta avatar Jan 26 '24 00:01 Harshvgupta

It looks like they removed 11.4.0 from the hub. I guess you can try with 11.4.3-devel-ubuntu20.04?

FullMetalNicky avatar Feb 01 '24 13:02 FullMetalNicky