biomotion / waymo-rosbag-record

tool to convert waymo open dataset to rosbag
14 stars 5 forks source link

Error response from daemon: OCI runtime create failed: invalid mount #2

Open chowkamlee81 opened 3 years ago

chowkamlee81 commented 3 years ago

when i ran " ./docker_run.sh [path_to_your_tfrecord_files] [path_to_your_rosbag_to_be_output]"

i got error below. Kindly help

docker: Error response from daemon: OCI runtime create failed: invalid mount {Destination:: Type:bind Source:/var/lib/docker/volumes/d40d6bcb29e8d30d6dd5dff83690da8f882a97187606de191394bdfd19d835fc/_data Options:[rbind]}: mount destination : not absolute: unknown

papac commented 3 years ago

If you are add VOLUME system in you Dockerfile and you are define volumes again to docker-compose.yml This error occure surely

Solution: remove VOLUME in Dockerfile

biomotion commented 3 years ago

Hi, @chowkamlee81,

Can I know what exact path you use to run the script? For example,

 ./docker_run.sh /data/waymo_tfrecord/testing/testing_0001 /data/waymo_rosbag/testing/testing_0001