mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 13:30:06 -06:00
Replace pyqt6 with Qt's pyside6
This commit is contained in:
@@ -124,7 +124,7 @@ RUN mkdir -p /home/cua/.cache && \
|
||||
RUN python3.12 -m pip install cua-computer-server
|
||||
|
||||
# Install PyQt6 and pywebview, used by cua-bench for web UIs
|
||||
RUN python3.12 -m pip install "pywebview[qt]"
|
||||
RUN python3.12 -m pip install "pywebview[pyside6]"
|
||||
RUN python3.12 -m pip install cua-bench-ui>=0.6.0 --no-cache-dir
|
||||
|
||||
# Install playwright and Firefox dependencies
|
||||
|
||||
@@ -125,7 +125,7 @@ RUN python3.12 -m pip install /tmp/computer-server && \
|
||||
rm -rf /tmp/computer-server
|
||||
|
||||
# Install PyQt6 and pywebview, used by cua-bench for web UIs
|
||||
RUN python3.12 -m pip install "pywebview[qt]"
|
||||
RUN python3.12 -m pip install "pywebview[pyside6]"
|
||||
RUN python3.12 -m pip install cua-bench-ui>=0.6.0 --no-cache-dir
|
||||
|
||||
# Install playwright and Firefox dependencies
|
||||
|
||||
Reference in New Issue
Block a user