Install all dependencies using pip

pull/551/head
Steven Honson 2021-07-22 23:28:09 +10:00
rodzic 3c2bcdf24f
commit fcf2306725
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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