mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
72a11ec4bc
temporarily retaining the build scripts for backwards compatibility
5 lines
49 B
Bash
Executable File
5 lines
49 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
docker-compose build
|