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 0f47039 commit 62bc4e1Copy full SHA for 62bc4e1
Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /app
4
5
ADD . /app
6
7
+RUN apt-get install sudo
8
+
9
RUN sudo apt-get install libgomp1
10
11
RUN pip install --trusted-host pypi.python.org -r requirements.txt
0 commit comments