Skip to content

Commit

Permalink
Update compose.yaml: no GPU
Browse files Browse the repository at this point in the history
Because we can't change capacityProviderStrategy without replacing the service
  • Loading branch information
lionello authored Sep 21, 2024
1 parent a8c5543 commit 49721d0
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 49721d0

Please sign in to comment.