C2DH / journal-of-digital-history-jupyter-stack

Image for the journal of digital history
GNU Affero General Public License v3.0
1 stars 7 forks source link

Error by building the Dockerfile R #9

Closed eliselavy closed 1 year ago

eliselavy commented 1 year ago

failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:52e833b6372a1831725d0ed9fb63cde8bc798a47c27243507ed037615f406c78: not found

eliselavy commented 1 year ago

the error message is linked to a platform not being specified, I update the Docker file by adding this: --platform=linux/amd64

It seems like the image was expecting an x86 host architecture and you are in M1