fromozu commited on
Commit
2603ece
·
verified ·
1 Parent(s): 4e2658f

Revert: remove Playwright (caused abuse detection)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -12,13 +12,9 @@ COPY bilingual_book_maker /app/bilingual_book_maker
12
  RUN apt-get update \
13
  && apt-get install -y --no-install-recommends \
14
  calibre \
15
- libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 \
16
- libxkbcommon0 libxcomposite1 libxdamage1 libxrandr2 \
17
- libgbm1 libpango-1.0-0 libcairo2 libasound2 libxshmfence1 \
18
- fonts-liberation fonts-noto-color-emoji \
19
  && rm -rf /var/lib/apt/lists/*
20
 
21
- RUN pip install -r /app/requirements.txt && playwright install chromium
22
 
23
  EXPOSE 7860
24
 
 
12
  RUN apt-get update \
13
  && apt-get install -y --no-install-recommends \
14
  calibre \
 
 
 
 
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
+ RUN pip install -r /app/requirements.txt
18
 
19
  EXPOSE 7860
20