Skip to content

Commit 4cea8c3

Browse files
committed
resolve chromium dependencies
1 parent c34b3c3 commit 4cea8c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/envs/browsergym_env/server/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
libcairo2 \
2323
libasound2 \
2424
libxshmfence1 \
25+
fonts-unifont \
26+
fonts-noto-color-emoji \
2527
# Additional dependencies
2628
git \
2729
wget \
@@ -33,8 +35,7 @@ RUN pip install --no-cache-dir -r /tmp/browsergym_requirements.txt && \
3335
rm /tmp/browsergym_requirements.txt
3436

3537
# Install Playwright browsers (Chromium by default)
36-
RUN playwright install chromium && \
37-
playwright install-deps chromium
38+
RUN playwright install chromium
3839

3940
# Copy OpenEnv core and browsergym_env code
4041
WORKDIR /app

0 commit comments

Comments
 (0)