I’ve been working with the Nvidia Container used in the Getting Started with AI course. I’m trying to experiment with torchaudio, but when I import it. I get this error:
Hi @spolk, I would recommend upgrading your JetPack to JetPack 4.6.1 (L4T R32.7.1) and use one of these containers that have the SOX backend built for torchaudio:
nvcr.io/nvidia/l4t-pytorch:r32.7.1-pth1.9-py3
nvcr.io/nvidia/l4t-pytorch:r32.7.1-pth1.10-py3
nvcr.io/nvidia/l4t-ml:r32.7.1-py3
Previous versions of these containers (which the DLI container is based off) did not include the fix (although you could rebuild them yourself from the latest dockerfiles at https://github.com/dusty-nv/jetson-containers if you don’t want to upgrade your JetPack)
If you want to use JupyterLab, then I’d recommend using the l4t-ml container which has JupyterLab server already installed.