The GitHub Action runner fails due to memory limits. Possible solutions: - Change caching https://docs.docker.com/build/ci/github-actions/cache/ - Reduce Docker image footprint (installing `torch` alone takes up ~4GB -> different base image?) Related to #92. Container could be simplified once ROS dependency is gone #100. 1. Update Docker images to remove ROS: https://github.com/lbr-stack/roboreg/blob/33302200d5b6da97a2c042eda9b08303dd1294bf/.docker/Dockerfile#L17 2. Update README and remove ROS: https://github.com/lbr-stack/roboreg/blob/33302200d5b6da97a2c042eda9b08303dd1294bf/README.md?plain=1#L97
The GitHub Action runner fails due to memory limits.
Possible solutions:
torchalone takes up ~4GB -> different base image?)Related to #92.
Container could be simplified once ROS dependency is gone #100.
roboreg/.docker/Dockerfile
Line 17 in 3330220
roboreg/README.md
Line 97 in 3330220