Skip to content

Commit

Permalink
Set renv env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Nov 8, 2024
1 parent 7f2e2b7 commit 59cb4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/metacells/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ RUN conda install --channel=conda-forge --name=base conda-lock \

# Install renv
RUN Rscript -e 'install.packages("renv")' \
&& rm -rf ~/.cache/R/renv \
&& rm -rf /tmp/downloaded_packages \
&& rm -rf /tmp/Rtmp*
ENV RENV_CONFIG_CACHE_ENABLED=FALSE

# restore from conda-lock.yml file and clean up to reduce image size
COPY conda-lock.yml conda-lock.yml
Expand Down

0 comments on commit 59cb4b4

Please sign in to comment.