Skip to content

Commit 1af9610

Browse files
authored
Update compose.yaml: use GPU
1 parent 49721d0 commit 1af9610

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)