Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PyCaret authored Jul 8, 2020
1 parent 0f47039 commit 62bc4e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /app

ADD . /app

RUN apt-get install sudo

RUN sudo apt-get install libgomp1

RUN pip install --trusted-host pypi.python.org -r requirements.txt
Expand Down

0 comments on commit 62bc4e1

Please sign in to comment.