diff --git a/ubuntu-18.04/Dockerfile b/ubuntu-18.04/Dockerfile index 8c08985dcb1a03388402a79c3392e42ef66c7ac1..21ae918e634a3673c511bff6c8233d0a95f65881 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 && \