NCCL WARN Could not find real path of /sys/class/pci_bus/0000:01/../../0000:01:00.0

Hi.
I pulled “nvidia/cuda:10.1-base” docker image from nvidia respository to my Windows 10 host machine where Docker Desktop v4.15.0 is installed.
Then I installed following packages:

  • Python v3.6
  • PyTorch v1.4.0 and Apex
  • Cuda v10.1
  • And required dependencies

When I run a python script in this container, I get the following error:

Could you help me? Thanks in advance