Skip to content

Commit

Permalink
dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Dec 17, 2023
1 parent 335dd93 commit c3aad90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \
libev-dev \
python3 \
python3-dev \
python3-pip && \
python3-pip \
python3-pyqt5 \
python3-pyqt5.sip && \
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 && \
poetry config virtualenvs.create false && \
python3 -m pip install --no-cache-dir --upgrade pip
Expand Down Expand Up @@ -65,6 +67,8 @@ RUN if [ "$(arch)" = "x86_64" ] ; then \
libopencv-core4.5d \
libopencv-imgcodecs4.5d \
libopencv-imgproc4.5d \
python3-pyqt5 \
python3-pyqt5.sip \
librtlsdr0 \
libspdlog1 \
libuhd4.1.0 \
Expand Down
6 changes: 1 addition & 5 deletions docker/Dockerfile.waterfall
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \
libev-dev \
python3 \
python3-dev \
python3-pyqt5 \
python3-pyqt5.sip \
python3-pip && \
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 && \
poetry config virtualenvs.create false
Expand All @@ -33,9 +31,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \
git \
libev4 \
libcairo2 \
python3 \
python3-pyqt5 \
python3-pyqt5.sip
python3
COPY --from=installer /root/.local /root/.local
COPY --from=installer /usr/local /usr/local
COPY --from=installer /gamutrflib /gamutrflib
Expand Down
2 changes: 1 addition & 1 deletion gamutrfwaterfall/tests/test_waterfall.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import time
import unittest
import pandas as pd
from gamutrfwaterfall import argument_parser, waterfall
from gamutrfwaterfall.waterfall import argument_parser, waterfall
from gamutrflib.peak_finder import get_peak_finder


Expand Down

0 comments on commit c3aad90

Please sign in to comment.