Hello Folks
I’m using the NVidia triton server as a container, and I’m trying to mount a local Windows folder.
I’m using this command:
docker run -ti --rm --gpus=all --network=host -v /g/DockerMounts/mnt:/tests --name triton-server nvcr.io/nvidia/tritonserver:23.12-tf2-python-py3
But when I go into the container, I don’t see anything in the mount location.
Any help on what I might be doing wrong is greatly appreciated, I’m on Docker version 24.0.7, build afdd53b if that helps.