From bd48533a2373cd865b35e5eba825eee2a5ba1bfa Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Mon, 10 Sep 2018 17:37:19 +0200 Subject: [PATCH] Add python wheel and twine --- ubuntu-18.04/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubuntu-18.04/Dockerfile b/ubuntu-18.04/Dockerfile index b3960aa..947ec24 100644 --- a/ubuntu-18.04/Dockerfile +++ b/ubuntu-18.04/Dockerfile @@ -63,7 +63,9 @@ RUN python3.6 -m pip --no-cache-dir install \ nose-timer \ pylint \ requests \ - Pillow + Pillow \ + wheel \ + twine RUN cd /opt && \ curl -sSLO https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz && \ -- GitLab