You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2016/08/09 21:43:53 UTC

[45/52] [abbrv] incubator-predictionio git commit: Upgraded python3 packages in the Dockerfile

Upgraded python3 packages in the Dockerfile


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/8209e452
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/8209e452
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/8209e452

Branch: refs/heads/develop
Commit: 8209e45273968673915f4659767eb3d190b9b020
Parents: 8b79fa8
Author: Marcin Ziemi\u0144ski <zi...@gmail.com>
Authored: Thu Aug 4 16:41:47 2016 -0700
Committer: Marcin Ziemi\u0144ski <zi...@gmail.com>
Committed: Thu Aug 4 16:41:47 2016 -0700

----------------------------------------------------------------------
 testing/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/8209e452/testing/Dockerfile
----------------------------------------------------------------------
diff --git a/testing/Dockerfile b/testing/Dockerfile
index c8b0a56..fc3d89d 100644
--- a/testing/Dockerfile
+++ b/testing/Dockerfile
@@ -16,7 +16,10 @@ RUN apt-get install -y \
     openssh-client openssh-server
 
 RUN pip install predictionio
+RUN pip3 install --upgrade pip
 RUN pip3 install xmlrunner
+RUN pip3 install --upgrade requests
+RUN pip3 install --upgrade urllib3
 
 ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/jre