sanori / cuQuantum-docker

nvidia docker image of cuquantum-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

nvidia docker image of cuquantum-python


Languages

Language:Dockerfile 47.7%Language:Makefile 33.5%Language:Python 18.8%