From 495112cc13f9dbe47dfa7399210e120f3c3d40b6 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Thu, 15 Nov 2018 14:59:46 +0100 Subject: [PATCH] Add some additional python dependencies --- ubuntu-18.04/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubuntu-18.04/Dockerfile b/ubuntu-18.04/Dockerfile index 8c08985..21ae918 100644 --- a/ubuntu-18.04/Dockerfile +++ b/ubuntu-18.04/Dockerfile @@ -65,7 +65,10 @@ RUN python3.6 -m pip --no-cache-dir install \ requests \ Pillow \ wheel \ - twine + twine \ + h5py \ + joblib \ + psutil RUN cd /opt && \ curl -sSLO https://github.com/apache/incubator-mxnet/releases/download/1.3.0/apache-mxnet-src-1.3.0-incubating.tar.gz && \ -- GitLab