From a656722cb122ef221915e9c1e6eef7dd47aacd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E9=88=9E?= Date: Fri, 15 Mar 2024 10:54:35 +0800 Subject: [PATCH] chore(docker): clean up docker-compose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clear special settings that were used in the old image. Signed-off-by: 陳鈞 --- docker-compose.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ffcc589..f4fe2f8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: