Skip to content

Commit

Permalink
fix Android and OpenCL docker install (#4363)
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac authored and yzhliu committed Nov 18, 2019
1 parent 00521fa commit 3914be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.demo_android
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.demo_opencl
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 3914be5

Please sign in to comment.