From this I found the solution.
If we use nvidia-docker, you need to add --network=host
param in the docker run command in order to let the docker container use the same ip address as the host.
From this I found the solution.
If we use nvidia-docker, you need to add --network=host
param in the docker run command in order to let the docker container use the same ip address as the host.