kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Docker only
rodzic
b50cc7bb14
commit
e870c805d2
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -2,7 +2,7 @@ crcmod
|
|||
python-dateutil
|
||||
flask
|
||||
flask-socketio
|
||||
numpy --no-binary
|
||||
numpy
|
||||
requests
|
||||
semver
|
||||
simplekml
|
||||
|
|
Ładowanie…
Reference in New Issue