mirror of https://github.com/bmaltais/kohya_ss
chore(docker): clean up docker-compose
Clear special settings that were used in the old image. Signed-off-by: 陳鈞 <jim60105@gmail.com>pull/2102/head
parent
58958d4637
commit
a656722cb1
|
|
@ -1,4 +1,5 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
kohya-ss-gui:
|
||||
container_name: kohya-ss-gui
|
||||
|
|
@ -11,12 +12,8 @@ services:
|
|||
ports:
|
||||
- 7860:7860
|
||||
- 6006:6006
|
||||
tty: true
|
||||
ipc: host
|
||||
environment:
|
||||
CLI_ARGS: ""
|
||||
SAFETENSORS_FAST_GPU: 1
|
||||
DISPLAY: $DISPLAY
|
||||
tmpfs:
|
||||
- /tmp
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue