Unable to run make pull

When running make pull on Bash I have an Unexpected EOF error that reads like this:

2ab6d2ee2cf7: Downloading [======================> ] 3.236GB/7.331GB
7910371477ba: Download complete
6d4a7bae7313: Download complete
unexpected EOF
make: *** [Makefile:170: pull] Error 1

We haven’t run into this error before. Could you share the full command and output? Are you pulling the CPU or GPU image?

A few ideas – Is the Docker daemon running on your computer, and have you fulfilled all of the prerequisites for the runtime repository? Have you made any changes to the Makefile?

@kwetstone I haven’t made any changes to the Makefile.

This is the issue that keeps popping up.

@Ethan-Sinson Interesting. This looks like an issue with Docker Desktop. I’d recommend looking through the Docker community forum and seeing if other folks found a solution. For example, there is some discussion of this same error here and here.