After introducing ARM images to the CI pipeline, it now takes two and half hours to install the requirements and six and a half our to install the dependencies. The reason is that we have to build a lot of requirements and dependencies from source, because there aren't any arm64 builds.
We should introduce another docker image that only installs the requirements for the backend container and the current librephotos image should only copy over the code.
After introducing ARM images to the CI pipeline, it now takes two and half hours to install the requirements and six and a half our to install the dependencies. The reason is that we have to build a lot of requirements and dependencies from source, because there aren't any arm64 builds.
We should introduce another docker image that only installs the requirements for the backend container and the current librephotos image should only copy over the code.