regall00
Results
2
comments of
regall00
@smatysik-nv Thank you for your reply, I tried with your suggestion as detailed below on x86_64 and still failed. Further suggestion is appreciated. Cheers ------------------------------------------------------ docker run -it -v ./nvImageCodec:/nvImageCodec...
it works, either by specifying where extensions are (`export NVIMGCODEC_EXTENSIONS_PATH=...`) or the correct location of libnvimgcodec.so (`export LD_LIBRARY_PATH=...`) and relative location of `extensions/`. Thank you very much