Skip to content

Commit

Permalink
add expose of 8888 port
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Feb 29, 2024
1 parent 064c9fc commit 582ae5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ RUN mamba env update --name base --file /tmp/environment.yml &&\
RUN Rscript -e 'devtools::install_github("bluegreen-labs/phenor", upgrade="never")'
RUN Rscript -e 'devtools::install_github("ropensci/rppo", upgrade="never")'
RUN Rscript -e 'install.packages(c("daymetr", "MODISTools", "phenocamr", "rnpn"), repos = "http://cran.us.r-project.org")'

EXPOSE 8888

0 comments on commit 582ae5d

Please sign in to comment.