You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ It is a NodeJS app that uses the llama3.2 model to service prompt requests. It u
12
12
## How to Run
13
13
14
14
### Locally
15
-
- Run an LLM container `docker run -p 11434:11434 --name model ollama/ollama:0.6.2`
16
-
- Exec into the container and run `ollama pull llama3.2`
15
+
- Run an LLM container `docker run -p 11434:11434 --name model samanthamorris684/ollama@sha256:78a199fa9652a16429037726943a82bd4916975fecf2b105d06e140ae70a1420`
0 commit comments