Skip to content

Commit

Permalink
Update conda.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell authored Feb 29, 2024
1 parent b2695f0 commit f79c8af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
WORKDIR /workspace
COPY _targets.R functions.R /workspace/

CMD bash R -e "sessionInfo(); \
list.files(); \
targets::tar_make();"
CMD bash -c "R -e 'sessionInfo(); list.files(); targets::tar_make();'"

0 comments on commit f79c8af

Please sign in to comment.