Hi,
I’m working on setting up the environment but I’m facing an issue while checking the baseline solution.
The build is completed successfully but while running
docker run --rm --name bpc_estimator --network host --gpus all af001c356e4d
The Non-interactive docker run fails with exit code 137.
Searching online it says that it’s due to not enough RAM but just want to make sure that if it’s a case of hardware issue or not.
For reference my laptop specs are:
16GB RAM
4070 RTX 8GB VRAM
Attaching full error code below.
Thanks!
building > ---> Using cache
building > ---> af001c356e4d
building > Successfully built af001c356e4d
Logging output to file ibpc_zenoh_output.log
Executing command:
docker run --rm --name bpc_zenoh --network host eceadc354590
Logging output to file ibpc_test_output.log
Executing command:
docker run --rm -e BOP_PATH=/opt/ros/underlay/install/datasets/ -e DATASET_NAME=ipd --name bpc_tester --network host -v /home/{user}/bpc_ws/bpc:/opt/ros/underlay/install/datasets -v /home/{user}/bpc_ws/bpc:/submission 3c8934de816b
Executing command:
docker run --rm --name bpc_estimator --network host --gpus all af001c356e4d
[INFO] [1742690877.589547342] [bpc_pose_estimator]: Starting bpc_pose_estimator...
[INFO] [1742690877.590043093] [bpc_pose_estimator]: Model directory set to /opt/ros/underlay/install/models.
[INFO] [1742690877.590269508] [bpc_pose_estimator]: Pose estimates can be queried over srv /get_pose_estimates.
bpc_tester finished with exit code 0 -- stopping others.
Non-interactive Docker run failed
Command '['docker', 'run', '--rm', '--name', 'bpc_zenoh', '--network', 'host', 'eceadc354590']' returned non-zero exit status 137.
bpc_zenoh finished with exit code 137 -- stopping others.
Non-interactive Docker run failed
Command '['docker', 'run', '--rm', '--name', 'bpc_estimator', '--network', 'host', '--gpus', 'all', 'af001c356e4d']' returned non-zero exit status 137.
Estimator finished with exit code 137