Skip to content

Commit

Permalink
depending on the cloud redirection instead of uwaterloo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed May 17, 2024
1 parent a8b7665 commit 2551c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/conda-dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN sed -e '/[ -z "$PS1" ] && return/s/^/#/g' -i /root/.bashrc
RUN mamba env create -f /data/r-environment.yml

# These packages are not in conda-forge
RUN bash --login -c "mamba activate rbase; R -e 'install.packages(c(\"CoordinateCleaner\", \"geodata\", \"OpenStreetMap\"), repos=\"https://mirror.csclub.uwaterloo.ca/CRAN/\")'"
RUN bash --login -c "mamba activate rbase; R -e 'install.packages(c(\"CoordinateCleaner\", \"geodata\", \"OpenStreetMap\"), repos=\"https://cloud.r-project.org/\")'"

# Packages from GitHub
RUN bash --login -c "mamba activate rbase; R -e 'devtools::install_github(\"ReseauBiodiversiteQuebec/stac-catalogue\")'"
Expand Down

0 comments on commit 2551c68

Please sign in to comment.