Installing nvJPEG2000#
NVIDIA DevZone#
nvJPEG2000 binaries and download instructions are available here - https://developer.nvidia.com/nvjpeg2000-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#
nvJPEG2000 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 nvJPEG2000 for CUDA 13.x
python3 -m pip install nvidia-nvjpeg2k-cu13
To install nvJPEG2000 for CUDA 12.x
python3 -m pip install nvidia-nvjpeg2k-cu12
To install nvJPEG2000 for CUDA 12.x on Tegra platforms
python3 -m pip install nvidia-nvjpeg2k-tegra-cu12