mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-02 04:59:06 +01:00
cleanup(docker) remove no cache argument
This commit is contained in:
parent
6d7b231196
commit
8c5fcfd0fd
@ -25,7 +25,7 @@ run() {
|
||||
printf "%s\n" "$build_args"
|
||||
fi
|
||||
|
||||
docker compose build --no-cache $build_args $service_name
|
||||
docker compose build $build_args $service_name
|
||||
unset build_args
|
||||
|
||||
printf "%s\n" "starting service $service_name"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user