Skip to content

Commit

Permalink
Merge pull request #4 from pgcudahy/docker-compose
Browse files Browse the repository at this point in the history
Add a docker compose file
  • Loading branch information
iverly authored Dec 9, 2024
2 parents a36b288 + 39400c4 commit 2b2f805
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
services:
llamafile-docker:
image: iverly/llamafile-docker:latest
container_name: llamafile
ports:
- 8080:8080
volumes:
- /path/to/gguf/model:/model
restart: unless-stopped

0 comments on commit 2b2f805

Please sign in to comment.