Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp committed Mar 14, 2024
1 parent 19e8e56 commit 8e0cc86
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Dockerfile.tool
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,4 @@ RUN Rscript --quiet \
# -e "options(repos = c(CRAN = 'https://p3m.dev/cran/__linux__/jammy/latest'))" \
-e "pak::pak('geomarker-io/appc')"

RUN Rscript \
-e "library(appc)" \
-e "install_elevation_data()" \
-e "install_traffic()" \
-e "tidyr::expand_grid(narr_var = c('air.2m', 'hpbl', 'acpcp', 'rhum.2m', 'vis', 'pres.sfc', 'uwnd.10m', 'vwnd.10m'), narr_year = as.character(2017:2023)) |> purrr::pmap_chr(install_narr_data)" \
-e "purrr::map_chr(c('2017', '2020'), install_nei_point_data)" \
-e "purrr::map_chr(c('2016', '2019', '2021'), install_urban_imperviousness)" \
-e "install_smoke_pm_data()" \
-e "purrr::map_chr(as.character(2017:2023), install_merra_data)"

RUN Rscript -e "library(appc)" -e "example(predict_pm25)"

0 comments on commit 8e0cc86

Please sign in to comment.