Skip to content

Commit

Permalink
Lint Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 17, 2024
1 parent e363a48 commit c84d69f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ FROM rocker/r-ver:4.4.1
WORKDIR /setup

# Use PPM for binary installs
ENV RENV_CONFIG_REPOS_OVERRIDE "https://packagemanager.posit.co/cran/__linux__/jammy/latest"
ENV RENV_CONFIG_SANDBOX_ENABLED FALSE
ENV RENV_PATHS_LIBRARY renv/library
ENV RENV_PATHS_CACHE /setup/cache
ENV RENV_CONFIG_REPOS_OVERRIDE="https://packagemanager.posit.co/cran/__linux__/jammy/latest"
ENV RENV_CONFIG_SANDBOX_ENABLED=FALSE
ENV RENV_PATHS_LIBRARY=renv/library
ENV RENV_PATHS_CACHE=/setup/cache

# Install system dependencies
RUN apt-get update && \
Expand Down Expand Up @@ -47,4 +47,4 @@ COPY ./ .
RUN rm -Rf /model-condo-avm/renv && \
mv /setup/renv /model-condo-avm/renv

CMD dvc pull && dvc repro
CMD ["dvc", "pull", "&&", "dvc", "repro"]

0 comments on commit c84d69f

Please sign in to comment.