Skip to content

Commit

Permalink
chore(docker): clean up docker-compose
Browse files Browse the repository at this point in the history
Clear special settings that were used in the old image.

Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed Mar 15, 2024
1 parent 58958d4 commit a656722
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: "3.8"

services:
kohya-ss-gui:
container_name: kohya-ss-gui
Expand All @@ -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:
Expand Down

0 comments on commit a656722

Please sign in to comment.