Skip to content

Commit

Permalink
https://github.com/ContinuumIO/anaconda-issues/issues/13390
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxGuitarist committed May 23, 2024
1 parent e2b322a commit 6a23026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ RUN apt update && \

RUN pip install palettable twarc textblob plotnine openpyxl

RUN mamba install -y \
RUN mamba install -y \
gdal \
geos \
r-BayesFactor \
r-bookdown \
r-cowplot \
r-curl \
r::r-emoji \
r-gapminder \
r-geojsonsf \
r-ggpubr \
Expand All @@ -37,14 +36,15 @@ RUN mamba install -y \
r-rticles \
r-sf \
r-terra \
r::r-tidyterra \
scikit-learn \
xgboost && \
# r::r-emoji \
# r::tidyterra \
mamba clean --all && \
/usr/local/bin/fix-permissions "${CONDA_DIR}" || true

# ORCS package isn't available in Conda/Mamba
RUN R -e "install.packages(c('Orcs'), repos = 'https://cloud.r-project.org/', Ncpus = parallel::detectCores())"
RUN R -e "install.packages(c('Orcs', 'emoji', 'tidyterra'), repos = 'https://cloud.r-project.org/', Ncpus = parallel::detectCores())"

# Install the latest version of quarto from the website.
RUN wget https://quarto.org/download/latest/quarto-linux-amd64.deb && \
Expand Down

0 comments on commit 6a23026

Please sign in to comment.