[GH-ISSUE #660] Request: Docker image build having name/tag #26057

Closed
opened 2026-04-22 01:56:25 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @jamesbraza on GitHub (Sep 30, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/660

Having just built the Docker image successfully 🥳 :

> sudo docker image ls
REPOSITORY                        TAG       IMAGE ID       CREATED              SIZE
<none>                            <none>    acfffae34e3a   About a minute ago   824MB

Running docker image ls, there is no info about the Ollama image. Any chance we can configure the Dockerfile such that REPOSITORY and TAG is not <none>?

Originally created by @jamesbraza on GitHub (Sep 30, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/660 Having just built the Docker image successfully 🥳 : ```bash > sudo docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE <none> <none> acfffae34e3a About a minute ago 824MB ``` Running `docker image ls`, there is no info about the Ollama image. Any chance we can configure the `Dockerfile` such that `REPOSITORY` and `TAG` is not `<none>`?
Author
Owner

@mchiang0610 commented on GitHub (Sep 30, 2023):

@jamesbraza Thanks! you'll have to use the -t tag with docker to give it a tag.

We have an image available for Docker that you can use, and it's tagged:

https://hub.docker.com/r/ollama/ollama

<!-- gh-comment-id:1741868271 --> @mchiang0610 commented on GitHub (Sep 30, 2023): @jamesbraza Thanks! you'll have to use the `-t` tag with docker to give it a tag. We have an image available for Docker that you can use, and it's tagged: https://hub.docker.com/r/ollama/ollama
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#26057