/usr/local/nvm/nvm.sh: No such file or directory when running container with jupyter option
- Dominant language
- Python
- Stars
- 14.3k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
## 📚 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](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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.