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
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
The text was updated successfully, but these errors were encountered:
Executing the following commands:
Provides the following error:
The text was updated successfully, but these errors were encountered: