build: fix arm container image (#7674)

Fix a rebase glitch from the old C++ runner build model
This commit is contained in:
Daniel Hiltgen
2024-11-14 16:02:01 -08:00
committed by GitHub
parent 4efb98cb4f
commit a0ea067b63
2 changed files with 6 additions and 7 deletions

View File

@@ -50,6 +50,9 @@ sudo systemctl restart docker
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
```
> [!NOTE]
> If you're running on an NVIDIA JetPack system, Ollama can't automatically discover the correct JetPack version. Pass the environment variable JETSON_JETPACK=5 or JETSON_JETPACK=6 to the container to select version 5 or 6.
### AMD GPU
To run Ollama using Docker with AMD GPUs, use the `rocm` tag and the following command: