I’ve deployed successfully the docker container by following this instruction:
However, I cannot make the container can be run at the detaching mode. Furthermore, I want to use the Jupyter Notebook at another machine.
I’ve tried by command:
sudo docker run --runtime nvidia -it -d -p 8888:8888 --network host --volume ~/nvdli-data:/nvdli-nano/data --name dlinano --device /dev/video0 nvcr.io/nvidia/dli/dli-nano-ai:v2.0.0-r32.4.3 /bin/bash
However, there is no port is exported explicitly
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
84f06b8d8e8d nvcr.io/nvidia/dli/dli-nano-ai:v2.0.0-r32.4.3 "/bin/bash" 6 minutes ago Up 6 minutes dlinano
Please help me on this problem. Thank you in advance.