Skip to content

Commit

Permalink
fix(ollama): add missing models
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Jul 17, 2024
1 parent b6fc55b commit 29a26a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ ollama run geoassistant
* [ollama](https://github.com/ollama/ollama/tree/main?tab=readme-ov-file#ollama)
* [hub.docker.com - ollama/ollama](https://hub.docker.com/r/ollama/ollama)
* [ollama - API](https://github.com/ollama/ollama/blob/main/docs/api.md#api)
* [mborne/toolbox - cuda-toolkit](https://github.com/mborne/toolbox/tree/master/cuda-toolkit#ressources)
4 changes: 1 addition & 3 deletions ollama/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
services:
# https://hub.docker.com/r/ollama/ollama
ollama:
image: ollama/ollama:0.2.5
image: ollama/ollama:0.2.6
container_name: ollama
ports:
- 11434:11434
volumes:
- ollama:/root/.ollama
- ./models:/models:ro
# bypass userns-remap
userns_mode: 'host'
environment:
#- OLLAMA_DEBUG=1
- HTTP_PROXY
Expand Down

0 comments on commit 29a26a3

Please sign in to comment.