Skip to content

Commit 694d39c

Browse files
committed
Revert "Update compose.yaml: use GPU"
This reverts commit 1af9610.
1 parent 1af9610 commit 694d39c

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)