Skip to content

Commit c82ead4

Browse files
committed
faq: fix heading and add more details
1 parent 90860b6 commit c82ead4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ docker build -t ollama-with-ca .
149149
docker run -d -e HTTPS_PROXY=https://my.proxy.example.com -p 11434:11434 ollama-with-ca
150150
```
151151

152-
### How do I use Ollama with GPU acceleration in Docker?
152+
## How do I use Ollama with GPU acceleration in Docker?
153153

154-
The Ollama Docker container can be configured with GPU acceleration in Linux or Windows (with WSL2). This requires the [nvidia-container-toolkit](https://github.com/NVIDIA/nvidia-container-toolkit).
154+
The Ollama Docker container can be configured with GPU acceleration in Linux or Windows (with WSL2). This requires the [nvidia-container-toolkit](https://github.com/NVIDIA/nvidia-container-toolkit). See [ollama/ollama](https://hub.docker.com/r/ollama/ollama) for more details.
155155

156156
GPU acceleration is not available for Docker Desktop in macOS due to the lack of GPU passthrough and emulation.

0 commit comments

Comments
 (0)