File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ RUN apt update \
2020 && apt install -y -V ${HF_BUILD_PKGS} ${HF_ARROW_PKGS}
2121
2222# Setup hydrofabric location
23- RUN mkdir -p /hydrofabric
23+ RUN git clone https://github.com/NOAA-OWP/hydrofabric.git /hydrofabric \
24+ && mkdir -p /hydrofabric/subset
2425
2526# Install CRAN Packages
2627ENV HF_CRAN_PKGS="cli arrow crayon dplyr DBI RSQLite sf terra lambdr glue rstudioapi purrr magrittr"
@@ -35,9 +36,6 @@ ENV HF_GH_PKGS="mikejohnson51/hydrofab mikejohnson51/ngen.hydrofab mikejohnson51
3536RUN cd /hydrofabric \
3637 && installGithub.r ${HF_GH_PKGS}
3738
38- RUN git clone https://github.com/NOAA-OWP/hydrofabric.git /hydrofabric \
39- && mkdir -p /hydrofabric/subset
40-
4139COPY . /hydrofabric/subset
4240
4341# Setup Lambdr
You can’t perform that action at this time.
0 commit comments