Skip to content

Commit

Permalink
Removed version synatax as its no longer needed per Docker Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-palmer committed May 9, 2024
1 parent 90503be commit 93aea0a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docker-compose.api.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
ollama:
# Expose Ollama API outside the container stack
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.data.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
ollama:
volumes:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.gpu.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
ollama:
# GPU support
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
ollama:
volumes:
Expand Down

0 comments on commit 93aea0a

Please sign in to comment.