Sign inSign up

sanori/cuquantum-py

By sanori

Updated over 4 years ago

nVidia's cuQuantum SDK on Python 3

Image
0

10K+

sanori/cuquantum-py repository overview

cuQuantum-python docker image

Docker image that provides nVidia's cuQuantum running environment with Python 3.

This image only run on nVidia supported docker

Prerequisite

Usage

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 ,

  1. Clone the repo.
  2. Run the following command
    docker run -it --rm --gpus all -v $PWD/cuQuantum:/home/user/cuQuantum sanori/cuquantum-py
    
  3. Navigate the directories and run some programs.

Test if nVidia GPUs are connected

docker run -it --rm --gpus all sanori/cuquantum-py nvidia-smi

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

over 4 years ago

docker pull sanori/cuquantum-py