Remove reference to OLLAMA_NUM_GPU

This commit is contained in:
Rousseau Vincent 2026-04-15 16:26:14 +02:00 committed by GitHub
parent ff3525e46b
commit b3452582c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -231,8 +231,7 @@ Check if GPU is available:
# Show available GPUs
docker exec open-notebook-local-ollama-1 ollama ps
# Enable GPU in docker-compose.yml:
# - OLLAMA_NUM_GPU=1
# Enable GPU in docker-compose.yml
```
Then restart: `docker compose restart ollama`