Docker image size restrictions

0
My goal is to create a docker image to use some computer vision model on the edge using a docker-compose application. The resulting docker image is about 3-4 GB in size. When I try to upload the image to the Siemens docker registry it fails with images of that size. With smaller images it works well, however the computer vision modells require a lot of dependencies resulting in larger docker images.   Is this a known problem? Does anyone have a solution for that problem?   Thanks in advance and best regards
asked
1 answers
0

Have you looked into why the docker upload is failing? I have had issues before loading 8gb+ docker images due to a virus scan locking the file for scanning meaning once the docker load has finished (before the virus scan has finished) it tries to rename/move the file and fails

answered