docker / dev_v1.yaml
UnderController's picture
Upload dev_v1.yaml
5583219
raw
history blame
No virus
507 Bytes
version: "2"
services:
webui:
container_name: webui
image: marklin2009/dockerhub:aigc_1.1
volumes:
# - /etc/localtime:/etc/localtime:ro
- /sd_weights:/webui_weights
working_dir: /content
restart: on-failure
command: bash
tty: true
cap_add:
- SYS_PTRACE # 对docker开发CAP的gdb调试功能
environment:
NVIDIA_VISIBLE_DEVICES: all
runtime: nvidia
network_mode: host