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

Invalid mount path when executing run_prepare.sh #4

Open
kirk86 opened this issue Dec 18, 2020 · 0 comments
Open

Invalid mount path when executing run_prepare.sh #4

kirk86 opened this issue Dec 18, 2020 · 0 comments

Comments

@kirk86
Copy link

kirk86 commented Dec 18, 2020

Executing the following commands:

docker run --gpus all --rm --shm-size=64g \
-v ~/data:/data -v $(pwd)"/scripts":/scripts nvcr.io/nvidia/${NAME_NGC} \
/bin/bash -c "cp -r /scripts/* /workspace;  ./run_prepare.sh"

Provides the following error:

docker: Error response from daemon: invalid volume specification: '~/data:data': invalid mount config for type "volume": invalid mount path: 'data' mount path must be absolute
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