Docker image that provides nVidia's cuQuantum running environment with Python 3.
This image only run on nVidia supported docker
docker run -it --rm --gpus all sanori/cuquantum-py
Note that the --gpus all option.
You can import cuquantum package in python.
When you try to run sample programs on https://github.com/NVIDIA/cuQuantum ,
docker run -it --rm --gpus all -v $PWD/cuQuantum:/home/user/cuQuantum sanori/cuquantum-py
docker run -it --rm --gpus all sanori/cuquantum-py nvidia-smi
Content type
Image
Digest
Size
1.6 GB
Last updated
over 4 years ago
docker pull sanori/cuquantum-py