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

Fix building MXNet on Ubuntu

parent 8180a8bb
Branches
Tags
No related merge requests found
...@@ -69,7 +69,7 @@ RUN python3.6 -m pip --no-cache-dir install \ ...@@ -69,7 +69,7 @@ RUN python3.6 -m pip --no-cache-dir install \
RUN cd /opt && \ 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 && \ curl -sSLO https://github.com/apache/incubator-mxnet/releases/download/1.3.0/apache-mxnet-src-1.3.0-incubating.tar.gz && \
tar -xf apache-mxnet-src-1.3.0-incubating.tar.gz && \ tar -xf apache-mxnet-src-1.3.0-incubating.tar.gz --owner root --group root --no-same-owner && \
rm -f apache-mxnet-src-1.3.0-incubating.tar.gz && \ rm -f apache-mxnet-src-1.3.0-incubating.tar.gz && \
mv apache-mxnet-src-1.3.0-incubating mxnet-1.3.0 && \ mv apache-mxnet-src-1.3.0-incubating mxnet-1.3.0 && \
cd mxnet-1.3.0 && \ cd mxnet-1.3.0 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment