diff options
author | mbeierl <mark.beierl@dell.com> | 2017-06-10 08:38:00 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-06-10 08:38:00 -0400 |
commit | 573350e79a8c31f3a18dadaeb8c4d5ea5bc7720d (patch) | |
tree | abe4a0a8c9fa75068e0b1e818c78b8707a2bd5d2 /docker | |
parent | c8c1bc3cf1895c28d9d5cbfaff7ec80ed95b93b8 (diff) |
Removal of matplotlib
Removes the matplotlib modules from the main container.
Change-Id: I26a0c171b2172dbf2be66cdf10b897bb72e4bf2b
JIRA: STORPERF-161
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 3 | ||||
-rw-r--r-- | docker/requirements.pip | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 6959095..d587fc4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -45,7 +45,6 @@ wget \ puppet \ build-essential \ python-dev \ -python-matplotlib \ python-pip \ --no-install-recommends @@ -107,7 +106,7 @@ RUN sed -i 's|url = "http://petstore.swagger.io/v2/swagger.json";|url = window.l RUN git clone http://git.kernel.dk/fio.git ${repos_dir}/fio RUN cd ${repos_dir}/fio && git checkout tags/fio-2.2.10 -RUN cd ${repos_dir}/fio && make -j 6 install +RUN cd ${repos_dir}/fio && make install RUN chmod 600 ${repos_dir}/storperf/storperf/resources/ssh/storperf_rsa diff --git a/docker/requirements.pip b/docker/requirements.pip index d1724fb..5f9b68e 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -6,7 +6,6 @@ python-glanceclient==1.1.0 python-cinderclient==1.6.0 python-keystoneclient==1.6.0 keystoneauth1==2.12.1 -matplotlib==1.3.1 flask==0.10 flask_cors==3.0.2 flask-restful==0.3.5 |