NVlabs / AutoDMP

Apache License 2.0
110 stars 20 forks source link

RTX 4070 not supported by Docker #11

Open IshraqAtUCF opened 2 months ago

IshraqAtUCF commented 2 months ago

I was trying to build AutoDMP and successfully was able to build with the Dockerfile that was provided. However, I am unable to run the dockerfile with my GPU (RTX 4070) enabled. I followed the Driver Installation guideline and ran the sample workload to verify my installation.

But when I use docker to docker run --gpus all -t autodmpto run the docker image, it says

WARNING: Detected NVIDIA NVIDIA GeForce RTX 4070 GPU, which is not yet supported in this version of the container ERROR: No supported GPU(s) detected to run this container

I created an issue at nvidia-container-toolkir but it was later determined that it is possibly an issue with AutoDMP as my toolkit runs properly on sample workloads with my GPU.

IshraqAtUCF commented 2 months ago

Issue #472 on nvidia-container-toolkit.