mirror of
https://github.com/trycua/lume.git
synced 2026-05-05 11:50:24 -05:00
Remove rebrowser-playwright
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user