Hello,
I am new to nvidia-clara as well as docker.
I have pulled the clara-train-sdk container but I am unable to run it.
Following two commands worked fine.
export dockerImage=nvcr.io/nvidia/clara-train-sdk:v3.1.01
docker pull $dockerImage
but this command did not worked
docker run -it --rm --shm-size=1G --ulimit memlock=-1 --ulimit stack=67108864 --ipc=host --net=host --mount type=bind,source=/your/dataset/location,target=/workspace/data $dockerImage /bin/bash
Error: docker: Error response from daemon: invalid mount config for type “bind”: bind source path does not exist: /your/dataset/location.
Can you please guide me how I can move forward.
System specification:
Windows 10,
GPU 11.0,
Docker 20.10.2 build 2291f61
docker desktop is running
IIS is enabled.
Thanks.