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