Skip to content

Commit

Permalink
Update docker-compose.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Dec 13, 2023
1 parent 6fc195e commit 2c55ee4
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions website/docs/installation/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version: '3.5'

services:
tabby:
restart: unless-stopped
image: tabbyml/tabby-cuda
restart: always
image: tabbyml/tabby
command: serve --model TabbyML/StarCoder-1B --device cuda
volumes:
- "$HOME/.tabby:/data"
Expand All @@ -33,25 +33,6 @@ services:
```
</TabItem>
<TabItem value="rocm" label="ROCm">
```yaml title="docker-compose.yml"
version: '3.5'
services:
tabby:
restart: unless-stopped
image: tabbyml/tabby-rocm
command: serve --model TabbyML/StarCoder-1B --device rocm
volumes:
- "$HOME/.tabby:/data"
ports:
- 8080:8080
devices:
- /dev/dri
- /dev/kfd
```
</TabItem>
<TabItem value="cpu" label="CPU">
```yaml title="docker-compose.yml"
Expand Down

0 comments on commit 2c55ee4

Please sign in to comment.