* chore: update cuda version in container
* fix: use symlink to fix error libcuda.so: cannot open shared object file:
* fix: update docker entrypoint to use entry_with_update.py
* feat: add container build & push workflow
* fix: container action run conditions
* fix: container action versions
* fix: container action versions v2
* fix: docker action registry login and metadata
* docs: adjust docker documentation based on latest changes, add docs for podman and docker
* chore: replace image name env var with github.event.repository.name
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
* chore: replace image name env var with github.event.repository.name (pt2)
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
* fix: switch to semver versioning
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
* fix: build only on versioned tags
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
* fix: don't update in entrypoint
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
* fix: remove dash in "docker-compose"
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
* feat: sync pytorch for docker with version used in prepare_environment
* feat: update cuda to 12.4.1
* fix: correctly clone checked out version in builds, not always main
* refactor: remove irrelevant version in docker-compose.yml
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
Co-authored-by: Manuel Schmid <dev@mash1t.de>
* Add docker files
* Add python precompiled cache file in the image
* Add Notes in docker.md
* Create docker-publish.yml
* Modify docker-compose.yml not to use the bind mount
* Update torch version
* Change --share to --listen
* Update torch version
* Change '--share' to '--listen`
* adjust code comments
* Update requirements-docker.txt
* chore: code cleanup
- default_model env var isn't necessary as model is included in default preset, same for speed
- ENV CMDARGS --listen is now synched with docker-compose.yml file
- remove
* Change entry_with_update.py to launch.py in entrypoint.sh
* Change CMD in Dockerfile
* Change default CMDARGS to --listen in Dockerfile
* Modify CMD in Dockerfile
* Fix docker-compose.yml
* Import files from models,outputs
* docs: change wording in docker.md, change git clone URL, add quotes to port mapping
* docs: remove docker publish github action, remove pre-built image from docs
* Modify modules versions for linux/arm64
* docs: update docker readme
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
Co-authored-by: Manuel Schmid <dev@mash1t.de>
Co-authored-by: Manuel Schmid <manuel.schmid@odt.net>