mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.57k stars 548 forks source link

OCI runtime create failed #719

Open gorleramyasri opened 4 months ago

gorleramyasri commented 4 months ago
~/mlperf/training/object_detection$ sudo nvidia-docker run -v .:/workspace -t -i --rm --ipc=host mlperf/obje
ct_detection "./run_and_time.sh"

docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./run_and_time.sh": stat ./run_and_time.sh: no such file or directory: unknown.

when I am trying to run object_detection , showing above error . Please help me to resolve it.

Thankyou Ramya