Skip to content

Commit

Permalink
adding catalog function to rocker
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Dec 1, 2023
1 parent 39b186d commit 6643c49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install deps
shell: Rscript {0}
run: |
remotes::install_deps(".", dep=TRUE)
install.packages("bench")
install.packages("aws.s3")
#reticulate::install_python(version = '3.11.5')
- name: install validator
run: |
pip install stac-validator
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install deps
shell: Rscript {0}
run: |
remotes::install_deps(".", dep=TRUE)
install.packages("bench")
install.packages("aws.s3")
#reticulate::install_python(version = '3.11.5')
- name: install validator
run: |
pip install stac-validator
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ RUN apt-get update && apt-get -y install libnetcdf-dev

#USER ${NB_USER}



RUN install2.r devtools remotes reticulate

RUN R -e "remotes::install_github(c('cboettig/minioclient','eco4cast/EFIstandards','cboettig/aws.s3','rqthomas/cronR','eco4cast/score4cast','EcoForecast/ecoforecastR','eco4cast/neon4cast','cboettig/prov', 'eco4cast/read4cast','eco4cast/gefs4cast'))"
RUN R -e "remotes::install_github(c('cboettig/minioclient','eco4cast/stac4cast', 'eco4cast/EFIstandards','cboettig/aws.s3','rqthomas/cronR','eco4cast/score4cast','EcoForecast/ecoforecastR','eco4cast/neon4cast','cboettig/prov', 'eco4cast/read4cast','eco4cast/gefs4cast'))"

RUN install2.r arrow renv rjags neonstore ISOweek RNetCDF fable fabletools forecast imputeTS duckdbfs gsheet

RUN install2.r arrow renv rjags neonstore ISOweek RNetCDF fable fabletools forecast imputeTS ncdf4 scoringRules tidybayes tidync udunits2 bench contentid yaml RCurl here feasts future furrr
RUN install2.r ncdf4 scoringRules tidybayes tidync udunits2 bench contentid yaml RCurl here feasts future furrr jsonlite

RUN R -e "reticulate::install_python(version = '3.9:latest', list = FALSE, force = FALSE)"

Expand Down

0 comments on commit 6643c49

Please sign in to comment.