Skip to content

Commit

Permalink
conda activate and bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell committed Feb 29, 2024
1 parent 9313cf8 commit 9456e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
&& rm -f Miniconda3-latest-Linux-x86_64.sh \
&& PATH="/root/miniconda/bin:$PATH" \
&& conda install r-base r-dplyr r-purrr r-readr r-stringr r-ggplot2 r-janitor r-targets r-curl -y --quiet --channel=conda-forge
&& conda config --set auto_activate_base true

WORKDIR /workspace
COPY _targets.R functions.R /workspace/

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

0 comments on commit 9456e00

Please sign in to comment.