[GH-ISSUE #4195] how to download and run ollama and llma 3 in docker can u give me the docker file code for that #2609

Closed
opened 2026-04-12 12:57:41 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @sushantsk1 on GitHub (May 6, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4195

i want to download and run llmaa 3 using ollama on docker help me and give the code for docker file

Originally created by @sushantsk1 on GitHub (May 6, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4195 i want to download and run llmaa 3 using ollama on docker help me and give the code for docker file
GiteaMirror added the feature request label 2026-04-12 12:57:41 -05:00
Author
Owner

@jmorganca commented on GitHub (May 6, 2024):

Hi there the Dockerfile for Ollama is here: https://github.com/ollama/ollama/blob/main/Dockerfile

You may use it to run llama3 like so:

docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
docker exec -it ollama ollama run llama3
<!-- gh-comment-id:2097102454 --> @jmorganca commented on GitHub (May 6, 2024): Hi there the Dockerfile for Ollama is here: https://github.com/ollama/ollama/blob/main/Dockerfile You may use it to run llama3 like so: ``` docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama docker exec -it ollama ollama run llama3 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#2609