Xilinx / brevitas-radioml-challenge-21

Apache License 2.0
15 stars 7 forks source link

Unable to mount directory to container: mount destination not absolute #8

Open ENGRsao opened 2 years ago

ENGRsao commented 2 years ago

I keep getting error like this , anytime i run the docker file to create the image .

docker: Error response from daemon: OCI runtime create failed: invalid mount {Destination:\Program Files\Git\workspace\sandbox Type:bind Source:/run/desktop/mnt/host/c/brevitas-radioml-challenge-21/sandbox;C Options:[rbind rprivate]}: mount destination \Program Files\Git\workspace\sandbox not absolute: unknown.

I will be glad if anyone can guide me on the steps to take to successfully mount the dataset directory. thanks

maltanar commented 2 years ago

Hi @ENGRsao, can you provide some information about the system you're running this on? Is it a Windows system by any chance?

ENGRsao commented 2 years ago

Yes, I am running this on windows. 4Gb RAM, 1Tb storage

maltanar commented 2 years ago

We've tested the sandbox only on Linux/Ubuntu platforms and not on Windows. If you have access to an Ubuntu system I would recommend that you run there instead.

I'm not too familiar with Docker on Windows but if you want to try to make this work on Windows (which should be possible in theory) the error message you shared above seems to indicate that something is wrong with the paths, e.g. :\Program Files\Git\workspace\sandbox should normally be prefixed with the drive letter like C:\Program Files\...