LAION-AI / LAION-AI/Open-Assistant
oasst-backend and oasst-web ghcr.io images not built for Apple Silicon
@melvinebenezer is already working on this.
Since Feb 1, 2023.
- Dominant language
- Python
- Stars
- 37.4k
- Forks
- 3.3k
- PR merge metrics
- No merged PRs in 30d
Description
Issue
Running ansible-playbook -i test.inventory.ini deploy-to-node.yaml locally fails
TASK [Run the oasst oasst-backend] *****************************************************************************************************************************
fatal: [dev]: FAILED! => {"changed": false, "msg": "Error pulling ghcr.io/laion-ai/open-assistant/oasst-backend - code: None message: no matching manifest for linux/arm64/v8 in the manifest list entries"}
Solution
Github Workflow docker-build.yaml needs the following changes on uses: docker/build-push-action@v3.2.0
platforms: linux/amd64,linux/arm64,linux/arm/v7
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.