Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
xianhu committed Jul 12, 2017
1 parent 0d7b0a9 commit c92ecd7
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 @@ -45,6 +45,8 @@ ADD ./Dockerfile_requirements.txt /root/
WORKDIR /root/
RUN pip3 install --upgrade pip
RUN pip3 install -r Dockerfile_requirements.txt

# clean everything
RUN rm -rf /root/*

# change python to python3
Expand Down

0 comments on commit c92ecd7

Please sign in to comment.