Make Dockerfile cloud ready (tested on runpod)
Updating the build-container.yml Workflow to also push images (@ebr I also already PoC'ed that it would work to push both Dockerfiles with this single Workflow)
Also introducing a new env var: INVOKE_MODEL_RECONFIGURE With this it is possible that the container pulls necesary Model Files without Interaction. If someone wants to alter configuration he has two easy options:
- SSH into the container (tested on runpod)
- create a fork
And if someone asks "whats the difference with the cloud image" - well, I think it has a inappropriate name now and should be renamed to "patchmatch". The Difference is that it comes with patchmatch but therfore only works on amd64, while the Dockerfile is at least tested on amd64 and arm64
LGTM but I'd love to see @ebr get eyes on updates as well