Update 01-docker.mdx (#233)

improve-workflow
S.S 2023-06-12 21:14:02 +02:00 committed by GitHub
parent 9af6607f85
commit 32c805c3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -63,12 +63,13 @@ services:
- "$HOME/.tabby:/data" - "$HOME/.tabby:/data"
ports: ports:
- 8080:8080 - 8080:8080
resources: deploy:
reservations: resources:
devices: reservations:
- driver: nvidia devices:
count: 1 - driver: nvidia
capabilities: [gpu] count: 1
capabilities: [gpu]
``` ```
</TabItem> </TabItem>