Bump cua-bench-ui veresion in Dockerfile

This commit is contained in:
Dillon DuPont
2025-12-09 17:57:08 -08:00
parent 15ee951191
commit dfd5e8e9cd
2 changed files with 2 additions and 2 deletions

View File

@@ -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 && \

View File

@@ -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 && \