Skip to content

Commit

Permalink
condas config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell committed Feb 29, 2024
1 parent 9456e00 commit b2695f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
&& bash Miniconda3-latest-Linux-x86_64.sh -b -p /root/miniconda \
&& 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 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
Expand Down

0 comments on commit b2695f0

Please sign in to comment.