Skip to content

nvidia docker image of cuquantum-python

Notifications You must be signed in to change notification settings

sanori/cuQuantum-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cuQuantum SDK 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