immichFrame / ImmichFrame

GNU General Public License v3.0
469 stars 20 forks source link

Arm64 Docker Build #166

Closed mrjackwills closed 4 weeks ago

mrjackwills commented 1 month ago

Description

The current Docker images do not appear to work on Arm64 hardware

Use Case

I currently run the ImmichFrame arm64 build on a Raspberry Pi 4. However, I would like to be able to run the Dockerized version, for both ease of use and easy up-gradability.

Running with the suggested docker-compose file on Arm64 hardware, the container just constantly restarts.

Details

I am able to test on real hardware if needed.

Pre-Submission Checklist

JW-CH commented 1 month ago

please try ghcr.io/immichframe/immichframe:main. you can use the latest tag next release.

VenomousViper27 commented 1 month ago

Do you have any timeframe for when the next release will be available? I'm running into access denied errors when trying to pull main and install on rpi. Not a critical issue, but I can wait a bit if I can just pull the latest to install.

JW-CH commented 1 month ago

Do you have any timeframe for when the next release will be available? I'm running into access denied errors when trying to pull main and install on rpi. Not a critical issue, but I can wait a bit if I can just pull the latest to install.

please don't pull main if you don't need to. use latest instead. I am currently testing stuff out with the docker builds. Sorry

EDIT: Sorry I overread that you were using a RPI. Try main for RPI. Next release, you can use the latest-Tag

JW-CH commented 1 month ago

I experienced this access denied error too. seems to be fixed as of now.

JW-CH commented 4 weeks ago

Should be fixed for main. Make sure you pull before running again.