mirror of
https://github.com/ollama/ollama.git
synced 2025-09-19 23:01:24 +02:00
build: fix arm container image (#7674)
Fix a rebase glitch from the old C++ runner build model
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user