Installing nvTIFF#

NVIDIA DevZone#

nvTIFF binaries and download instructions are available here - https://developer.nvidia.com/nvtiff-downloads.

  • For Linux, the binaries are available in both archive (.tar.xz) and package manager formats(.deb, .rpm)

  • For Windows, the binaries are available in both archive (.zip) and windows installer formats.

PyPi#

nvTIFF binaries are available on PyPi and can be installed through pip using the below commands. This makes it easy for the library to be used in python environments.

To install nvTIFF for CUDA 12.x

python3 -m pip install nvidia-nvtiff-cu12

To install nvTIFF for CUDA 12.x on Tegra platforms

python3 -m pip install nvidia-nvtiff-tegra-cu12

To install nvTIFF for CUDA 11.x

python3 -m pip install nvidia-nvtiff-cu11

To install nvTIFF for CUDA 11.x on Tegra platforms

python3 -m pip install nvidia-nvtiff-tegra-cu11