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 89f5dec commit 4bf359dCopy full SHA for 4bf359d
docker/Dockerfile
@@ -1,12 +1,14 @@
1
FROM python:3.7-slim-buster
2
3
WORKDIR /fred
4
-COPY requirements.txt .
5
-RUN pip3 install -r requirements.txt
6
7
# Installing build dependencies
8
RUN apt-get update && apt-get install -y curl libnss3-dev libcups2-dev libasound2-dev libatk1.0-dev libatk-bridge2.0-dev libgtk-3-dev libpangocairo-1.0-0 python3-pip xorg && apt-get clean
9
+COPY requirements.txt .
+RUN pip3 install -r requirements.txt
10
+RUN pyppeteer-install
11
+
12
COPY fred/ .
13
14
# Extract the model files
0 commit comments