Skip to content

Commit 17811d4

Browse files
committedNov 17, 2024
add gpu to kasm
1 parent 7073957 commit 17811d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎docker/kasm/docker-compose.yml

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ services:
1212
- 3000:3000
1313
- 443:443
1414
restart: unless-stopped
15+
deploy:
16+
resources:
17+
reservations:
18+
devices:
19+
- driver: nvidia
20+
count: all
21+
capabilities: [gpu]
1522

1623
minio:
1724
command: server /data --console-address ":9001"

0 commit comments

Comments
 (0)
Please sign in to comment.