We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab8de3 commit b12dc6eCopy full SHA for b12dc6e
Dockerfile
@@ -32,7 +32,7 @@ RUN curl -fsSL https://quarto.org/download/latest/quarto-linux-amd64.deb -o /tmp
32
rm -rf /var/lib/apt/lists/*
33
34
# --- Layer 4: TinyTeX
35
-RUN Rscript -e "install.packages('tinytex', repos='https://cloud.r-project.org'); tinytex::install_tinytex()"
+RUN Rscript -e "install.packages('tinytex', repos='https://cloud.r-project.org'); tinytex::install_tinytex(force=T)"
36
37
# Ensure cache dirs exist
38
RUN mkdir -p ${RENV_PATHS_CACHE} ${PIP_CACHE_DIR} /root/.virtualenvs
0 commit comments