In the Pytorch container (nvcr.io/nvidia/pytorch:24.10-py3
), when I try to decode a JPEG with nvJPEG torchvision.io.decode_jpeg()
, I get the following error:
RuntimeError: decode_jpegs_cuda: torchvision not compiled with nvJPEG support
How would I go about fixing this?
Wouldn’t it make more sense if torchvision was built with nvJPEG by default, since it’s already in the container?
Thanks!