Skip to content

Commit

Permalink
refactor: quarto in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jan 9, 2025
1 parent d9b5466 commit 491b157
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN chmod -R +x /opt/ && \
/opt/install-argo-workflows-cli.sh && \
/opt/install-duckdb-cli.sh && \
/opt/install-duckdb-extensions.sh && \
/opt/install-quarto.sh && \
# Fix permissions
chown -R ${USERNAME}:${GROUPNAME} ${HOME} && \
chmod +x /opt/onyxia-init.sh && \
Expand Down
2 changes: 0 additions & 2 deletions python-datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ COPY conda-env.yml .

RUN ls -larth /opt/
RUN conda env update -n base -f conda-env.yml && \
# Install Quarto latest version
/opt/install-quarto.sh && \
# Fix permissions
chown -R ${USERNAME}:${GROUPNAME} ${HOME} ${CONDA_DIR} && \
# Clean
Expand Down
1 change: 0 additions & 1 deletion r-datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ USER root

# Install additional libraries and R packages for datascience
RUN /opt/install-java.sh && \
/opt/install-quarto.sh && \
# Install Shiny Server
/rocker_scripts/install_shiny_server.sh && \
# Install packages bundles from rocker
Expand Down
2 changes: 0 additions & 2 deletions r-python-julia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ RUN /opt/install-julia.sh && \
# Install and configure reticulate to use Python in R
install2.r --error reticulate && \
R -q -e 'reticulate::py_discover_config(required_module = NULL, use_environment = NULL)' && \
# Install quarto
/opt/install-quarto.sh && \
# Clean
rm requirements.txt && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 491b157

Please sign in to comment.