Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jun 23, 2023
1 parent 8879ed7 commit 9278c67
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions experimental/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ services:
image: tabbyml/tabby
platform: linux/amd64
command: serve --model TabbyML/T5P-220M
environment:
TABBY_ROOT: /data
volumes:
- "$HOME/.tabby:/data"

Expand All @@ -23,12 +21,11 @@ services:
image: tabbyml/tabby
platform: linux/amd64
command: scheduler
environment:
TABBY_ROOT: /data
volumes:
- "$HOME/.tabby:/data"

klaus:
restart: always
image: jonashaag/klaus
environment:
KLAUS_REPOS_ROOT: /repos
Expand Down

0 comments on commit 9278c67

Please sign in to comment.