update docker-scripts instructions

This commit is contained in:
mauwii
2023-02-08 21:35:19 +01:00
parent 5bb0f9bedc
commit 4493d83aea
2 changed files with 12 additions and 8 deletions

View File

@ -1,8 +1,7 @@
#!/usr/bin/env bash
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!!!
# How to use: https://invoke-ai.github.io/InvokeAI/installation/040_INSTALL_DOCKER/
SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}")
cd "$SCRIPTDIR" || exit 1