From c92ecd733d66d84f2c6771f38a407cac180186c4 Mon Sep 17 00:00:00 2001 From: xianhu Date: Wed, 12 Jul 2017 09:55:39 +0800 Subject: [PATCH] update docker file --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c36ffd5..6650c3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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