Anastasia Pipi
Anastasia Pipi
So I used NVIDIA_DISABLE_REQUIRE=1 and it worked, then I exit the terminal and try to rerun the container and I got an error : docker run -it --gpus all --env...
I have tried restarting docker but it still gives me the same error. My driver version is 550.54.15
So I believe I figured it out. After exiting the container, docker context switched to desktop-linux, but after running docker context use default , i can run the --gpus all...
After running the above line in the terminal I get the following error : ImportError: [CusvsimCircuitSimulator] %forward compatibility was attempted on non supported HW in get_gpu_compatibility (line 38)
-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | |-----------------------------------------+------------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap |...
I uninstalled and installed the toolkit again using your instructions. now i have the following apt-cache policy nvidia-container-toolkit nvidia-container-toolkit: Installed: 1.17.9-1 Candidate: 1.17.9-1 ... I configured to docker and tried...
When removing NVIDIA_DISABLE_REQUIRE=1 and trying to run : docker run -it --gpus all --name cuda-quantum-gpu2 nvcr.io/nvidia/nightly/cuda-quantum:cu12-latest I still get this error : docker: Error response from daemon: failed to create...
Still requires NVIDIA_DISABLE_REQUIRE=1 . Regarding the CC 8.0 compilation, not sure if its compatible with my system : ``` GPU: NVIDIA GeForce RTX 4090, 8.9 Simulator architectures: .target sm_90 ......
Thanks for the update. I will also try to double check everything later today.
So I updated by driver to the 580 driver with cuda version 13.0. Now the gpu runs fine without NVIDIA_DISABLE_REQUIRE=1 ! I am now getting the following error when running...