An official Docker image to run quarto #3374
Replies: 5 comments 13 replies
-
There is the rocker project: https://rocker-project.org/ |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the suggestions. The rocker project is great but R centered. I tried to use the Regarding the second link, the image |
Beta Was this translation helpful? Give feedback.
-
In general, installation of quarto-cli is easy, so you can simply install quarto-cli on any Docker image. |
Beta Was this translation helpful? Give feedback.
-
Closing as there is now Quarto docker images built within the repository in addition to many more elsewhere, see https://github.com/quarto-dev/quarto-cli/pkgs/container/quarto. |
Beta Was this translation helpful? Give feedback.
-
@mcanouil the unfortunate thing about the images is that they don't contain
I installed RStudio in a "BoxBuddy" which works OK to see what Quarto can do, but ultimately I'm looking to use VSCode. I'll admit this Universal Blue thing is probably more complex than most, I'm still figuring it out. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I use quarto to build a static website that I host through gitlab pages (and automatically build through gitlab CI).
To do so, gitlab relies on Docker images from Docker Hub, so I had to find an image running smoothly quarto. I am currently configuring a Docker image so quarto runs smoothly within it (including rendering for any Python/R/Julia code chunk).
Having an official quarto images would be great (or multiple ones, e.g. quarto-R, quarto-python, quarto-julia, quarto-all, etc.).
Thanks in advance,
Best
Beta Was this translation helpful? Give feedback.
All reactions