We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: