Skip to content

Commit

Permalink
[docker] cleanup rstanarm and install chromium using quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangyunHuang committed Dec 8, 2023
1 parent 6ca6761 commit cdaef18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ Imports:
rpart.plot,
RSQLite,
rstan (>= 2.32.3),
rstanarm (>= 2.26.1),
scs,
sf (>= 1.0.9),
showtext,
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora_rstudio_pro.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN dnf -y install cargo \
firewalld \
python3-virtualenv \
google-noto-serif-cjk-fonts \
chromium \
# Setup password use passwd
&& groupadd staff \
&& useradd -g staff -d /home/docker docker \
Expand Down Expand Up @@ -68,6 +67,7 @@ RUN ln -s /usr/lib64/R/library/littler/examples/install.r /usr/bin/install.r \
&& ln -s /opt/quarto/quarto-${QUARTO_VERSION}/bin/quarto /usr/bin/quarto \
&& mv -f /usr/bin/pandoc /usr/bin/pandoc.bak \
&& ln -s /opt/quarto/quarto-${QUARTO_VERSION}/bin/tools/x86_64/pandoc /usr/bin/pandoc \
&& quarto install --quiet chromium \
&& rm -f quarto.tar.gz

# Setup locale and timezone
Expand Down

0 comments on commit cdaef18

Please sign in to comment.