mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
fix CHROME_PERSISTENT_SESSION error
This commit is contained in:
@@ -61,6 +61,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
|
||||
RUN playwright install --with-deps chromium
|
||||
RUN playwright install-deps
|
||||
RUN apt-get install -y google-chrome-stable
|
||||
|
||||
# Copy the application code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user