LAION-AI / LAION-AI/Open-Assistant

oasst-backend and oasst-web ghcr.io images not built for Apple Silicon

Open
#1,052 2 comments 0 reactions 1 assignee View on GitHub

@melvinebenezer is already working on this.

Since Feb 1, 2023.

backend
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.