Remove rebrowser-playwright

This commit is contained in:
Dillon DuPont
2025-12-03 09:33:42 -08:00
parent 6dcb1a1b9f
commit ec233e2e89
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ RUN mkdir -p /home/cua/.cache && \
RUN python3.12 -m pip install cua-computer-server
# Install playwright and Firefox dependencies
RUN python3.12 -m pip install rebrowser-playwright && \
RUN python3.12 -m pip install playwright && \
python3.12 -m playwright install --with-deps firefox
# Fix any cache files created by pip
+1 -1
View File
@@ -110,7 +110,7 @@ RUN python3.12 -m pip install /tmp/computer-server && \
rm -rf /tmp/computer-server
# Install playwright and Firefox dependencies
RUN python3.12 -m pip install rebrowser-playwright && \
RUN python3.12 -m pip install playwright && \
python3.12 -m playwright install --with-deps firefox
# Fix any cache files created by pip