update docker file

master
xianhu 2017-07-12 09:55:39 +08:00
parent 0d7b0a9555
commit c92ecd733d
1 changed files with 2 additions and 0 deletions

View File

@ -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