Commit Graph
16 Commits
Author SHA1 Message Date
4da5a68c10 feat: build and push container image for ghcr.io, update docker.md, and other related fixes (#2805)
* 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>
2024-05-23 00:19:54 +02:00
xynyandManuel Schmid 299ba4d2a2 fix: remove dash in "docker-compose"
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:39:55 +00:00
xynyandManuel Schmid ca561944d5 fix: don't update in entrypoint
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:39:34 +00:00
xynyandManuel Schmid d4e373b83c fix: build only on versioned tags
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:38:50 +00:00
xynyandManuel Schmid a80834f3b5 fix: switch to semver versioning
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:38:34 +00:00
xynyandManuel Schmid 40711b7ac9 chore: replace image name env var with github.event.repository.name (pt2)
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:38:02 +00:00
xynyandManuel Schmid 7efa300421 chore: replace image name env var with github.event.repository.name
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:37:36 +00:00
xynydev 37662aeabd docs: adjust docker documentation based on latest changes, add docs for podman and docker 2024-04-24 21:57:02 +03:00
xynydev e0a42222d5 fix: docker action registry login and metadata 2024-04-24 21:34:30 +03:00
xynydev 7066892ded fix: container action versions v2 2024-04-24 21:24:15 +03:00
xynydev 1fb78e581d fix: container action versions 2024-04-24 21:23:00 +03:00
xynydev 21bea9a040 fix: container action run conditions 2024-04-24 21:20:40 +03:00
xynydev a6a71fe43e feat: add container build & push workflow 2024-04-24 21:15:32 +03:00
xynydev 33d3df7988 fix: update docker entrypoint to use entry_with_update.py 2024-04-24 21:01:38 +03:00
xynydev 13416a9cda fix: use symlink to fix error libcuda.so: cannot open shared object file: 2024-04-24 21:00:40 +03:00
xynydev 34d432c8bd chore: update cuda version in container 2024-04-24 21:00:14 +03:00