From 90f3b7a0f31dac721e8f0d0b57d9a60db99ae304 Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Sun, 25 Apr 2021 18:02:06 +1000 Subject: [PATCH] Always build eccodes --- Dockerfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1014eb6..802ba01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN case $(uname -m) in \ # Copy any additional Python packages from the build container. COPY --from=build /root/.local /root/.local -# Copy predictor binary and get_wind_data.py from the build container. +# Copy predictor binary from the build container. COPY --from=build /root/cusf_predictor_wrapper-master/src/build/pred \ /opt/chasemapper/ diff --git a/requirements.txt b/requirements.txt index 4ba6614..7a139f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +--no-binary eccodes cusfpredict flask flask-socketio