Skip to content

Commit fa34d06

Browse files
author
Susan Vanderplas
committed
Updates
1 parent 341dc0a commit fa34d06

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ COPY . /project
7474
WORKDIR /project
7575

7676
# Verify Environment
77-
RUN Rscript -e "renv::status()" && \
78-
Rscript -e "renv::diagnostics()" && \
79-
Rscript -e "devtools::session_info()" && \
80-
Rscript -e "reticulate::py_config()" && \
81-
ls()
77+
RUN Rscript -e "renv::status();renv::diagnostics();devtools::session_info();reticulate::py_config()"
8278

8379
# Default command
8480
CMD ["/bin/sh", "-c", "quarto render && quarto publish"]

0 commit comments

Comments
 (0)