From e870c805d20e582d96140d68555d05e70fa0fe35 Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Wed, 21 Jul 2021 17:12:36 +1000 Subject: [PATCH] Docker only --- Dockerfile | 2 +- Dockerfile.dev | 2 +- auto_rx/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d42867f..b5d6e2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ COPY auto_rx/requirements.txt \ # Install Python packages. RUN --mount=type=cache,target=/root/.cache/pip pip3 install \ - --user --no-warn-script-location \ + --user --no-warn-script-location --no-binary numpy \ -r /root/radiosonde_auto_rx/auto_rx/requirements.txt # Copy in radiosonde_auto_rx. diff --git a/Dockerfile.dev b/Dockerfile.dev index f7ad379..3523f3a 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -40,7 +40,7 @@ COPY auto_rx/requirements.txt \ # Install Python packages. RUN --mount=type=cache,target=/root/.cache/pip pip3 install \ - --no-warn-script-location \ + --no-warn-script-location --no-binary numpy \ -r /root/radiosonde_auto_rx/auto_rx/requirements.txt # Run bash. diff --git a/auto_rx/requirements.txt b/auto_rx/requirements.txt index 2ceb315..c9ebba6 100644 --- a/auto_rx/requirements.txt +++ b/auto_rx/requirements.txt @@ -2,7 +2,7 @@ crcmod python-dateutil flask flask-socketio -numpy --no-binary +numpy requests semver simplekml