Always build eccodes

pull/32/head
Steven Honson 2021-04-25 18:02:06 +10:00
rodzic 32a96b0b91
commit 90f3b7a0f3
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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/

Wyświetl plik

@ -1,3 +1,4 @@
--no-binary eccodes
cusfpredict
flask
flask-socketio