From dfd5e8e9cd0475e26d93edf158c1859a1e1057cc Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Tue, 9 Dec 2025 17:57:08 -0800 Subject: [PATCH] Bump cua-bench-ui veresion in Dockerfile --- libs/xfce/Dockerfile | 2 +- libs/xfce/Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/xfce/Dockerfile b/libs/xfce/Dockerfile index 5bb808b4..15dd8dc9 100644 --- a/libs/xfce/Dockerfile +++ b/libs/xfce/Dockerfile @@ -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 && \ diff --git a/libs/xfce/Dockerfile.dev b/libs/xfce/Dockerfile.dev index b0752f3b..f1dd7f02 100644 --- a/libs/xfce/Dockerfile.dev +++ b/libs/xfce/Dockerfile.dev @@ -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 && \