Skip to content
Snippets Groups Projects
Commit 0800cb10 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

print R capabilities

parent b874deb6
Branches
Tags
No related merge requests found
Pipeline #103017 passed
Pipeline: shiny-k8s-example

#103019

    ......@@ -44,7 +44,7 @@ ARG R_VERSION=latest
    # Install R, along with its dependencies
    RUN /opt/scripts/install_r_cran.sh
    # Test R in another layer
    RUN R -q -e "sessionInfo()"
    RUN R -q -e "sessionInfo(); capabilities()"
    # Copy the remaining scripts
    COPY ./scripts /opt/scripts
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment