We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd3ba0 commit 6cd1e31Copy full SHA for 6cd1e31
Dockerfile
@@ -59,7 +59,7 @@ COPY renv.lock /project/renv.lock
59
COPY renv /project/renv
60
61
# Restore R deps from renv.lock using persistent cache
62
-RUN --mount=type=cache,target=${R_CACHE} Rscript -e 'renv::restore(lockfile = '/project/renv.lock', prompt = FALSE)'
+RUN --mount=type=cache,target=${R_CACHE} Rscript -e 'renv::restore(lockfile = "/project/renv.lock", prompt = FALSE)'
63
64
# Copy Python requirements file if exists (cached separately)
65
COPY setup/requirements.txt ${REQ_FILE}
0 commit comments