Commit 3914be5e by Cody Hao Yu Committed by Yizhi Liu

fix Android and OpenCL docker install (#4363)

parent 00521fab
...@@ -56,7 +56,7 @@ RUN git clone https://github.com/KhronosGroup/OpenCL-Headers /usr/local/OpenCL-H ...@@ -56,7 +56,7 @@ RUN git clone https://github.com/KhronosGroup/OpenCL-Headers /usr/local/OpenCL-H
# Build TVM # Build TVM
RUN cd /usr && \ 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 && \ cd /usr/tvm && \
mkdir -p build && \ mkdir -p build && \
cd build && \ cd build && \
......
...@@ -62,7 +62,7 @@ RUN echo "Cloning TVM source & submodules" ...@@ -62,7 +62,7 @@ RUN echo "Cloning TVM source & submodules"
ENV TVM_PAR_DIR="/usr" ENV TVM_PAR_DIR="/usr"
RUN mkdir -p TVM_PAR_DIR && \ RUN mkdir -p TVM_PAR_DIR && \
cd ${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 #RUN git submodule update --init --recursive
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment