update .dockerignore and scripts

This commit is contained in:
mauwii
2023-02-07 02:07:40 +01:00
committed by Matthias Wild
parent cdb3e18b80
commit 07a9062e1f
4 changed files with 18 additions and 11 deletions

View File

@ -4,7 +4,7 @@ set -e
# How to use: https://invoke-ai.github.io/InvokeAI/installation/INSTALL_DOCKER/#run-the-container
# IMPORTANT: You need to have a token on huggingface.co to be able to download the checkpoints!!!
SCRIPTDIR=$(dirname "$0")
SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}")
cd "$SCRIPTDIR" || exit 1
source ./env.sh