-
I'm starting a Quarto project with Quarto 1.2.269 running in a Docker Ubuntu 22.04 container but no matter how I build the container the commands 'quarto check' and 'quarto render' both exit without completing and without displaying an error message like so:
When I replicated the Docker container described in #2050, the build similarly failed on the Quarto command:
For reference, my original Dockerfile is:
I'm really not sure why this is happening so any help would be much appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The rocker project is building Ubuntu Docker images without troubles. PS: could you properly format your post using appropriate tags (backticks code chunk opened with |
Beta Was this translation helpful? Give feedback.
-
This is due to the amd64 emulation of Docker Desktop for arm64 mac. |
Beta Was this translation helpful? Give feedback.
This is due to the amd64 emulation of Docker Desktop for arm64 mac.
It is not expected to occur on anything other than arm mac.