Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/usr/local/nvm/nvm.sh: No such file or directory when running container with jupyter option #7836

Open
FilippoGuarda opened this issue Nov 18, 2024 · 0 comments

Comments

@FilippoGuarda
Copy link

FilippoGuarda commented Nov 18, 2024

📚 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant