Skip to content

Commit

Permalink
created noaa-cyverse image. Need to modify climatedamages to fit cyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
CosiMichele committed Aug 23, 2024
1 parent 9eeaf04 commit dbf02ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions noaa-cyverse/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM harbor.cyverse.org/vice/rstudio/verse:4.3.1

# install reqs
RUN R -e "install.packages(c('pacman', 'data.table', 'lubridate', 'zoo', 'sf', 'raster', 'sp', 'nngeo', 'rgdal', 'prism', 'censReg'), dependencies=TRUE)"

COPY climatedamages /home/rstudio/

WORKDIR /home/rstudio/data-store

0 comments on commit dbf02ce

Please sign in to comment.