From 61ecdb02dcb2bb7860632d1b13c86544adc9c6eb Mon Sep 17 00:00:00 2001 From: Tommaso Massaglia <158587111+tommasomassaglia@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:00:16 +0200 Subject: [PATCH] Update .dockerignore Added lines to the .dockerignore to prevent copying of large and useless files into the container when rebuilding. --- .dockerignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index f2919df..63291ae 100644 --- a/.dockerignore +++ b/.dockerignore @@ -13,4 +13,7 @@ venv/ **/.github **/.vscode **/*.ps1 -sd-scripts/ \ No newline at end of file +sd-scripts/ +outputs/* +models/* +datasets/*