Skip to content

Commit

Permalink
hfsubset docker and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Nov 27, 2023
1 parent 34f762b commit 7ba3d33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Empty file added docker/README.md
Empty file.
4 changes: 4 additions & 0 deletions docker/hfsubset/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM alpine:3.18
RUN apk add --no-cache wget
RUN wget https://github.com/LynkerIntel/hfsubset/releases/download/hfsubset-release-9/hfsubset-linux_amd64.tar.gz
RUN tar -xzvf hfsubset-linux_amd64.tar.gz
4 changes: 0 additions & 4 deletions docker/validator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Define custom function directory
ARG FUNCTION_DIR="/ngen-cal"

FROM python:3.9 as build-image

RUN git clone -b run_folder_validation https://github.com/JordanLaserGit/ngen-cal.git
# RUN git clone https://github.com/NOAA-OWP/ngen-cal.git
# COPY ngen-cal/ /ngen-cal

RUN pip3 install --upgrade pip
RUN pip3 install -e "/ngen-cal/python/ngen_conf"
Expand Down
2 changes: 1 addition & 1 deletion forcingprocessor/configs/conf_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"forcing" : {
"start_date" : "202311060000",
"end_date" : "202311060000",
"nwm_file" : "/mounted_dir/forcingprocessor/filenamelist.txt",
"nwm_file" : "/mounted_dir/filenamelist.txt",
"weight_file" : "/mounted_dir/forcingprocessor/data/weights/small_weights.json"
},

Expand Down

0 comments on commit 7ba3d33

Please sign in to comment.