Jupyter Notebook error when trying to run in PyTorch Release 22.10 container

Hi there,

OS: Ubuntu 22.04 LTS
CUDA: 11.8.0-520.61.05
Docker: 20.10.21, build baeda1f

Running the PyTorch 22.10-py container and starting a Jupyter Notebook instance results in an error, not starting the notebook.

RUN:

$ docker run --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 --gpus all -p 8888:8888 -it --rm nvcr.io/nvidia/pytorch:22.10-py3 /bin/bash

$ jupyter notebook --ip 0.0.0.0 --port 8888 --allow-root
Bad config encountered during initialization: The ‘contents_manager_class’ trait of a NotebookApp instance expected a subclass of notebook.services.contents.manager.ContentsManager

Tried the previous version pytorch:22.09-py3 and it works fine again.

4 Likes

Same.

This is fixed in the current latest NGC pytorch container 23.03-py3.

No It is not. I am also getting the same error.