kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Install all dependencies using pip
rodzic
3c2bcdf24f
commit
fcf2306725
|
|
@ -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.
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue