We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34b3c3 commit 4cea8c3Copy full SHA for 4cea8c3
src/envs/browsergym_env/server/Dockerfile
@@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
22
libcairo2 \
23
libasound2 \
24
libxshmfence1 \
25
+ fonts-unifont \
26
+ fonts-noto-color-emoji \
27
# Additional dependencies
28
git \
29
wget \
@@ -33,8 +35,7 @@ RUN pip install --no-cache-dir -r /tmp/browsergym_requirements.txt && \
33
35
rm /tmp/browsergym_requirements.txt
34
36
37
# Install Playwright browsers (Chromium by default)
-RUN playwright install chromium && \
- playwright install-deps chromium
38
+RUN playwright install chromium
39
40
# Copy OpenEnv core and browsergym_env code
41
WORKDIR /app
0 commit comments