JdeRobot / RoboticsAcademy

Learn Robotics with JdeRobot
https://jderobot.github.io/RoboticsAcademy
GNU General Public License v3.0
314 stars 225 forks source link

Optimization of miniRADI docker image size #2239

Open jmplaza opened 1 year ago

jmplaza commented 1 year ago

Currently it is very large, 4.4GB compressed. It includes all the dependencies of robotics applications, but maybe its size can be reduced somehow.

pariaspe commented 1 year ago

Some related issues with recent related work:

Surajpatra700 commented 7 months ago

Sir @jmplaza i tried to build docker image of "Dockerfile.dependencies_humble" file using command "sudo docker build -t mini_radi ./Dockerfile.dependencies_humble ." it give me this error: Docker_Error I searched it over Internet but unable to get a solution that worked for me.

pariaspe commented 6 months ago

Hey @Surajpatra700, We have a script in that folder to build RA docker images, try it instead of building manually via cli. Anyway, you are using wrongly the command, I would recommend you to check the docker official documentation. Btw, you shouldn't use sudo before docker commands. Take a look to that too.