fix Android and OpenCL docker install (#4363)
authorCody Hao Yu <comaniac0422@gmail.com>
Mon, 18 Nov 2019 19:24:39 +0000 (11:24 -0800)
committerYizhi Liu <liuyizhi@apache.org>
Mon, 18 Nov 2019 19:24:39 +0000 (11:24 -0800)
docker/Dockerfile.demo_android
docker/Dockerfile.demo_opencl

index 0c6b316..4d52411 100644 (file)
@@ -56,7 +56,7 @@ RUN git clone https://github.com/KhronosGroup/OpenCL-Headers /usr/local/OpenCL-H
 
 # Build TVM
 RUN cd /usr && \
-    git clone --depth=1 https://github.com/apache/incubator-tvm --recursive && \
+    git clone --depth=1 https://github.com/apache/incubator-tvm tvm --recursive && \
     cd /usr/tvm && \
     mkdir -p build && \
     cd build && \
index 573b835..7afb224 100644 (file)
@@ -62,7 +62,7 @@ RUN echo "Cloning TVM source & submodules"
 ENV TVM_PAR_DIR="/usr"
 RUN mkdir -p TVM_PAR_DIR && \
        cd ${TVM_PAR_DIR} && \
-       git clone --depth=1 https://github.com/apache/incubator-tvm --recursive
+       git clone --depth=1 https://github.com/apache/incubator-tvm tvm --recursive
 #RUN git submodule update --init --recursive