Skip to content

Commit 49721d0

Browse files
authored
Update compose.yaml: no GPU
Because we can't change capacityProviderStrategy without replacing the service
1 parent a8c5543 commit 49721d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ services:
1919
resources:
2020
reservations:
2121
memory: 4G
22-
devices:
23-
- capabilities: ["gpu"]
22+
# devices:
23+
# - capabilities: ["gpu"]
2424
healthcheck:
2525
test: ["CMD", "curl", "-f", "http://localhost:5000/"]
2626
interval: 30s

0 commit comments

Comments
 (0)