Skip to content

Commit

Permalink
Merge pull request #1390 from anarkiwi/noqt
Browse files Browse the repository at this point in the history
remove qt dependency.
  • Loading branch information
anarkiwi authored Aug 22, 2024
2 parents f81357a + 6e00398 commit d6b2ff6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \
libev-dev \
jq \
python3 \
python3-pyqt5 \
python3-pyqt5.sip \
python3-dev \
python3-pip && \
curl -sSL https://install.python-poetry.org | python3 - --version "$(jq -r .constraints.poetry /root/renovate.json)" && \
Expand Down Expand Up @@ -63,8 +61,6 @@ RUN if [ "$(arch)" = "x86_64" ] ; then /root/install-nv.sh ; fi && \
libopencv-core406t64 \
libopencv-imgcodecs406t64 \
libopencv-imgproc406t64 \
python3-pyqt5 \
python3-pyqt5.sip \
librtlsdr2 \
libspdlog1.12 \
libuhd4.6.0 \
Expand Down

0 comments on commit d6b2ff6

Please sign in to comment.