#Sometimes I see this really long HTTP
1 messages · Page 1 of 1 (latest)
My guess is that since I'm spinning up an Ollama service on ":latest" it's pulling the latest tag and taking forever to pull that down? Not sure why I don't see the image layers going through
The way TUI displays the docker image layer pull is confusing I agree. Here, as you guessed, it's resolving the dag at the time of doing the mkdir and it needs the image so it's pulling it down. It has nothing to directly do with mkdir.
You may be able to speed things up a bit by pinning to a SHA instead of latest but that's not ideal in many cases. Especially when we can't use something like renovate/dependabot to keep them in sync.
@unique jay may have further thoughts on this.
Ah, I see. Ollama images are huge, it would just be nice to see the pull since it just looks like it's spinning and spinning