We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2636d86 commit 0f47039Copy full SHA for 0f47039
Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /app
4
5
ADD . /app
6
7
+RUN sudo apt-get install libgomp1
8
+
9
RUN pip install --trusted-host pypi.python.org -r requirements.txt
10
11
ENTRYPOINT ["python"]
0 commit comments