Skip to content

Commit

Permalink
Update 01-docker.mdx (TabbyML#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allesanddro authored Jun 12, 2023
1 parent b6a591a commit 3edd890
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions website/docs/self-hosting/01-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ services:
- "$HOME/.tabby:/data"
ports:
- 8080:8080
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
```
</TabItem>
Expand Down

0 comments on commit 3edd890

Please sign in to comment.