From 0036098e46e16c9ae5b795b108a5b9566c02906b Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Fri, 4 Aug 2017 17:06:18 -0700 Subject: Add the scipts to build NFVbench VM Change-Id: I9632333777260468d6f07cf0149c789626f20145 Signed-off-by: Yichen Wang --- nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package (limited to 'nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package') diff --git a/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package b/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package new file mode 100755 index 0000000..2d74ff5 --- /dev/null +++ b/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package @@ -0,0 +1,8 @@ +#!/bin/bash + +cd /tmp +wget https://bootstrap.pypa.io/get-pip.py +python get-pip.py + +pip install setuptools wheel +pip install pyyaml -- cgit 1.2.3-korg