master
xianhu 2017-08-21 18:53:40 +08:00
parent 750b7f79e4
commit 7dfaf571df
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ RUN make distclean
ADD ./requirements.txt /root/
WORKDIR /root/
RUN pip3 install --upgrade pip
RUN pip3 install -r Dockerfile_requirements.txt
RUN pip3 install -r requirements.txt
# clean everything
RUN rm -rf /root/*