mirror of
https://github.com/trycua/computer.git
synced 2026-05-09 08:49:33 -05:00
Merge pull request #647 from trycua/feat/cua-bench-submodules
Bump cua-bench-ui version in xfce Dockerfile
This commit is contained in:
@@ -125,7 +125,7 @@ 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[pyside6]"
|
||||
RUN python3.12 -m pip install cua-bench-ui>=0.6.0 --no-cache-dir
|
||||
RUN python3.12 -m pip install cua-bench-ui>=0.7.0 --no-cache-dir
|
||||
|
||||
# Install playwright and Firefox dependencies
|
||||
RUN python3.12 -m pip install playwright && \
|
||||
|
||||
@@ -126,7 +126,7 @@ RUN python3.12 -m pip install /tmp/computer-server && \
|
||||
|
||||
# Install PyQt6 and pywebview, used by cua-bench for web UIs
|
||||
RUN python3.12 -m pip install "pywebview[pyside6]"
|
||||
RUN python3.12 -m pip install cua-bench-ui>=0.6.0 --no-cache-dir
|
||||
RUN python3.12 -m pip install cua-bench-ui>=0.7.0 --no-cache-dir
|
||||
|
||||
# Install playwright and Firefox dependencies
|
||||
RUN python3.12 -m pip install playwright && \
|
||||
|
||||
Reference in New Issue
Block a user