Skip to content

Commit 0f47039

Browse files
author
PyCaret
authored
Update Dockerfile
1 parent 2636d86 commit 0f47039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR /app
44

55
ADD . /app
66

7+
RUN sudo apt-get install libgomp1
8+
79
RUN pip install --trusted-host pypi.python.org -r requirements.txt
810

911
ENTRYPOINT ["python"]

0 commit comments

Comments
 (0)