Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api.Dockerfile: Switch
FROM
to multiarchitecture
The thing we used before does not support ARM64. There are open issues since 2021 https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues?q=is%3Aissue+is%3Aopen+arm64 One user created new project called Multi-Py that builds multiplatform containers. See tiangolo/uvicorn-gunicorn-fastapi-docker#118 and https://github.com/multi-py/python-uvicorn
- Loading branch information