Skip to content

Commit

Permalink
Update .dockerignore
Browse files Browse the repository at this point in the history
Added lines to the .dockerignore to prevent copying of large and useless files into the container when rebuilding.
  • Loading branch information
tommasomassaglia authored Oct 24, 2024
1 parent 5ca0afb commit 61ecdb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ venv/
**/.github
**/.vscode
**/*.ps1
sd-scripts/
sd-scripts/
outputs/*
models/*
datasets/*

0 comments on commit 61ecdb0

Please sign in to comment.