InvokeAI/docker/run.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
293 B
Bash
Raw Normal View History

2022-10-24 22:03:48 +00:00
#!/usr/bin/env bash
set -e
# This script is provided for backwards compatibility with the old docker setup.
# it doesn't do much aside from wrapping the usual docker compose CLI.
2023-02-07 01:07:40 +00:00
SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}")
cd "$SCRIPTDIR" || exit 1
2023-10-30 15:58:40 +00:00
docker compose up -d
docker compose logs -f