Skip to content

Commit

Permalink
Update compose.yaml: use GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Sep 26, 2024
1 parent 49721d0 commit 1af9610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
resources:
reservations:
memory: 4G
# devices:
# - capabilities: ["gpu"]
devices:
- capabilities: ["gpu"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/"]
interval: 30s
Expand Down

0 comments on commit 1af9610

Please sign in to comment.