May 13, 20242 yr I have a custom docker image that I pushed to a private registry hosted on my unraid. When I try to pull it to run it, it fails root@Tower:~# docker pull 192.168.68.66:5000/custom-api Using default tag: latest latest: Pulling from custom-api 7a2c55901189: Pull complete 755e535b54a3: Pull complete 24ff69e0a1e4: Pull complete 76a627ca5e65: Pull complete 35817692a87e: Pull complete 84b6a42e847a: Pull complete 4639b7cd68e5: Pull complete a7bc10701a5b: Pull complete 7d32a9230f8f: Pull complete 8c35a1861813: Extracting [==================================================>] 2.49GB/2.49GB e3f63d7242f5: Download complete afa75cca3a04: Download complete 8f0ccef32324: Download complete 469f02edddbd: Download complete 79888f2914bd: Download complete b32a369a63d3: Download complete 5792e3e68184: Download complete 97e61a288a0d: Download complete f31987ceea11: Download complete 8d286a1efb00: Download complete 4f4fb700ef54: Download complete 0c9c63757e0c: Download complete 26c8e2ec5849: Download complete 51acd6a0318c: Download complete c1c3b8501831: Download complete 693e0da3f716: Download complete 7356c1f4dd44: Download complete 845c3f80ac94: Download complete 840d8b935722: Download complete 1097ac656e1a: Download complete dc8b1a2cb224: Download complete 838559668292: Download complete f2e1c73d8a4a: Download complete 92ce1d577cd7: Download complete failed to register layer: write /usr/local/cuda-12.1/targets/x86_64-linux/lib/libcublas_static.a: no space left on device It's 22GB image based on nvidia/runtime with extra inference libraries. It's a RAG app I'm building. I want to try to make it smaller, but for now I just want to get it to run at all. It also complained once about not having room in a folder /mnt/user/system/docker/... get image blobs (I think) Thanks Tower Diagnostics 20240513.zip
May 13, 20242 yr Your docker image size is 20GB so it's too small to download a 22GB docker image. You have to make it bigger.
May 13, 20242 yr Author 2 minutes ago, caplam said: Your docker image size is 20GB so it's too small to download a 22GB docker image. You have to make it bigger. How do i do that? I didn’t see an option in the docker settings advanced mode. It’s not clear either what share it’s going to
May 13, 20242 yr You have to stop docker engine in settings/docker/enable docker If you have other containers you will have to redownload them. You can go to the doc which is really helpful for understanding the different ways to configure docker. Edited May 13, 20242 yr by caplam
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.