Skip to content

Commit

Permalink
Add R packages
Browse files Browse the repository at this point in the history
* Add R dependencies; pin pystac-client

* Remove extraneous predictions directory

---------

Co-authored-by: Jay Qi <[email protected]>
  • Loading branch information
jayqi and jayqi committed Dec 11, 2023
1 parent f3f8164 commit 468090f
Show file tree
Hide file tree
Showing 8 changed files with 8,578 additions and 676 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## December 11, 2023

- Added the following R dependencies to the runtime image:
- r-base v4.3.2
- r-plyr v1.8.9
- r-terra v1.7
- r-sf v1.0
- r-zoo v1.8
- r-doparallel v1.0.17
- r-foreach v1.5.2
- r-iterators v1.0.14
- r-nlme v3.1
- r-mgcv v1.9
- r-qgam v1.3.4
- r-modelr v0.1.11
- r-missmda v1.19
- r-mvtnorm v1.2
- r-mice v3.16.0
- r-factominer v2.9
- r-matrix v1.6
- r-rcpp v1.0.11
- r-dataretrieval v2.7.14
- Pins pystac-client v0.7.5

## December 10, 2023

- Added the following dependencies to the runtime image:
Expand Down
2 changes: 1 addition & 1 deletion runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN micromamba install --name base --yes --file /tmp/conda-lock.yml && \
micromamba clean --all --force-pkgs-dirs --yes
ARG MAMBA_DOCKERFILE_ACTIVATE=1

RUN mkdir -p /code_execution/predictions
RUN mkdir -p /code_execution
RUN chown -R ${MAMBA_USER}:${MAMBA_USER} /code_execution

COPY data_reading /data_reading
Expand Down
Loading

0 comments on commit 468090f

Please sign in to comment.