go-skynet/LocalAI-frontend

Docker-compose build failed

Opened this issue · 0 comments

After spending ages downloading all the files needed, it failed at step 8 out of 11, installing software from apt, complaining "E: You don't have enough free space in /var/cache/apt/archives/."

9.114 0 upgraded, 347 newly installed, 0 to remove and 3 not upgraded.
9.114 Need to get 229 MB of archives.
9.114 After this operation, 996 MB of additional disk space will be used.
9.116 E: You don't have enough free space in /var/cache/apt/archives/.

failed to solve: process "/bin/sh -c apt-get install -y libopenblas-dev libopencv-dev && apt-get clean" did not complete successfully: exit code: 100

I have plenty of space on my system, what could be restricting the image? Can this be resolved using Docker commands or will I have to build again from scratch? Thanks