Skip to content

Commit

Permalink
use uv to install pyqt5
Browse files Browse the repository at this point in the history
  • Loading branch information
coder351 committed Jul 31, 2024
1 parent 6571d23 commit d91713b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ ENV PATH="$XDG_DATA_HOME/.cargo/bin:$PATH"

RUN export MAKEFLAGS="-j$(nproc)" && \
source $XDG_DATA_HOME/venv/bin/activate && \
pip install pyqt5-sip==12.12.1 && \
pip install pyqt5==5.15.9 --verbose --config-settings --confirm-license=
uv pip install pyqt5-sip==12.12.1 && \
uv pip install pyqt5==5.15.9 --verbose --config-settings="--confirm-license="

# Install openpilot python packages
RUN mkdir -p /tmp/agnos/uv
Expand Down

0 comments on commit d91713b

Please sign in to comment.