pull/548/head
Steven Honson 2021-07-21 17:12:36 +10:00
rodzic b50cc7bb14
commit e870c805d2
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -2,7 +2,7 @@ crcmod
python-dateutil
flask
flask-socketio
numpy --no-binary
numpy
requests
semver
simplekml