Skip to content

Commit

Permalink
feat: include base compose file in llama compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos authored and purifetchi committed Dec 9, 2023
1 parent fffad1f commit f6340ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.llamacpp.yml → docker-compose-llamacpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

version: '3'

include:
- docker-compose.yml

services:
llama_cpp:
image: ghcr.io/ggerganov/llama.cpp:${LLAMA_VARIANT}
Expand Down

0 comments on commit f6340ab

Please sign in to comment.