Skip to content

Commit

Permalink
Merge pull request #124 from dusty-nv/20240408-jetson-containers
Browse files Browse the repository at this point in the history
updated ollama docs
  • Loading branch information
dusty-nv authored Apr 21, 2024
2 parents 1a49b42 + 6f2e0ed commit aeff1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial_ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
jetson-containers run --detach --name ollama $(autotag ollama)
# models cached under your user's home directory
docker run --runtime nvidia -it --rm --network=host -v ~/ollama:/root/.ollama dustynv/ollama:r36.2.0
docker run --runtime nvidia -d --rm --network=host -v ~/ollama:/ollama -e OLLAMA_MODELS=/ollama dustynv/ollama:r36.2.0
```

Running either of these will start the local Ollama server instance as a daemon in the background. It will save the models it downloads under your `jetson-containers/data/models/ollama` directory (or another directory that you choose to mount to `/root/.ollama`)
Expand Down

0 comments on commit aeff1cd

Please sign in to comment.