From fcf23067256a3fa32911dcbefb88f76237637fe0 Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Thu, 22 Jul 2021 23:28:09 +1000 Subject: [PATCH] Install all dependencies using pip --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b5d6e2c..fc4d6fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,8 @@ RUN apt-get update && \ python3 \ python3-dev \ python3-pip \ - python3-setuptools && \ + python3-setuptools \ + python3-wheel && \ rm -rf /var/lib/apt/lists/* # Compile rtl-sdr from source. @@ -34,7 +35,7 @@ COPY auto_rx/requirements.txt \ # Install Python packages. RUN --mount=type=cache,target=/root/.cache/pip pip3 install \ - --user --no-warn-script-location --no-binary numpy \ + --user --no-warn-script-location --ignore-installed --no-binary numpy \ -r /root/radiosonde_auto_rx/auto_rx/requirements.txt # Copy in radiosonde_auto_rx.