Skip to content
Snippets Groups Projects
Commit bd48533a authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Add python wheel and twine

parent 25d33ad2
Branches
Tags
No related merge requests found
...@@ -63,7 +63,9 @@ RUN python3.6 -m pip --no-cache-dir install \ ...@@ -63,7 +63,9 @@ RUN python3.6 -m pip --no-cache-dir install \
nose-timer \ nose-timer \
pylint \ pylint \
requests \ requests \
Pillow Pillow \
wheel \
twine
RUN cd /opt && \ 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 && \ curl -sSLO https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment