parent
e5a296f276
commit
cd31abe661
@ -1,9 +1,16 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
nginx:
|
kasm:
|
||||||
image: linuxserver/kasm:latest
|
image: linuxserver/kasm:latest
|
||||||
container_name: kasm_kasm
|
container_name: kasm_kasm
|
||||||
privileged: true
|
privileged: true
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
count: all
|
||||||
|
capabilities: [gpu]
|
||||||
environment:
|
environment:
|
||||||
- KASM_PORT=443
|
- KASM_PORT=443
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
|
Loading…
Reference in New Issue
Block a user