Skip to content

Commit

Permalink
Fix autofill and themes inside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Stax124 committed Oct 24, 2023
1 parent 81865b8 commit a0f3be4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ pyproject.toml
# User generated files
/converted
/data
!/data/themes/dark.json
!/data/themes/dark_flat.json
!/data/themes/light.json
!/data/themes/light_flat.json
/engine
/onnx
/traced_unet
Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"lycoris",
"logs",
"themes",
"autofill",
]:
Path(f"data/{directory}").mkdir(exist_ok=True, parents=True)

Expand Down

0 comments on commit a0f3be4

Please sign in to comment.