You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/21 03:10:35 UTC

[GitHub] KayneWest opened a new issue #8742: Docker out of date

KayneWest opened a new issue #8742: Docker out of date
URL: https://github.com/apache/incubator-mxnet/issues/8742
 
 
   The Dockerfile is out of date, it should clone from 'https://github.com/apache/incubator-mxnet'. Gluon is not available in the 'dmlc' version. I suspect the other versions are similar. 
   
       # -*- mode: dockerfile -*-
       # dockerfile to build libmxnet.so on CPU
       FROM ubuntu:14.04
       
       COPY install/cpp.sh install/
       RUN install/cpp.sh
       
       RUN git clone --recursive https://github.com/dmlc/mxnet && cd mxnet && \
           make -j$(nproc) && \
       rm -r build

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services