You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the container builds correctly, but when trying to run the jupyter example with the bash command docker run --gpus all -it --rm -p 8888:8888 nvcr.io/nvidia/dgl:24.09-py3 bash -c 'source /usr/local/nvm/nvm.sh && jupyter lab'
I receive the following output from docker:
bash: line 1: /usr/local/nvm/nvm.sh: No such file or directory
I have checked and in fact there is no nvm directory inside /usr/local in the container.
The text was updated successfully, but these errors were encountered:
📚 Documentation
Version: 24.09
I am unsure if this is a bug or documentation issue, but since it is part of the installation pipeline I am tagging it as a documentation issue
link: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/dgl
the container builds correctly, but when trying to run the jupyter example with the bash command
docker run --gpus all -it --rm -p 8888:8888 nvcr.io/nvidia/dgl:24.09-py3 bash -c 'source /usr/local/nvm/nvm.sh && jupyter lab'
I receive the following output from docker:
bash: line 1: /usr/local/nvm/nvm.sh: No such file or directory
I have checked and in fact there is no nvm directory inside /usr/local in the container.
The text was updated successfully, but these errors were encountered: