ThomasDelteil closed pull request #10157: Update Dockerfile to use 
apache/incubator-mxnet url
URL: https://github.com/apache/incubator-mxnet/pull/10157
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/Dockerfile b/docs/Dockerfile
index 99bb3d5be49..9c0d9bc3377 100644
--- a/docs/Dockerfile
+++ b/docs/Dockerfile
@@ -6,7 +6,7 @@ MAINTAINER Mu Li <[email protected]>
 #
 
 RUN apt-get update && apt-get install -y build-essential git libopenblas-dev 
liblapack-dev libopencv-dev
-RUN git clone --recursive https://github.com/dmlc/mxnet/ && cd mxnet && \
+RUN git clone --recursive https://github.com/apache/incubator-mxnet mxnet && 
cd mxnet && \
     cp make/config.mk . && \
     echo "USE_BLAS=openblas" >>config.mk && \
     make -j$(nproc)


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to