Fix demo dockerfile build failed (#4744)
authorHUAN-PING SU <pingsutw@gmail.com>
Sun, 19 Jan 2020 06:47:08 +0000 (14:47 +0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Sun, 19 Jan 2020 06:47:08 +0000 (22:47 -0800)
docker/Dockerfile.demo_cpu
docker/install/install_tvm_cpu.sh
docker/install/install_tvm_gpu.sh

index 6700579..95a1dbc 100644 (file)
@@ -17,7 +17,7 @@
 
 # Minimum docker image for demo purposes
 # prebuilt-image: tvmai/demo-cpu
-FROM tvmai/ci-cpu:v0.52
+FROM tvmai/ci-cpu:v0.54
 
 # Jupyter notebook.
 RUN pip3 install matplotlib Image Pillow jupyter[notebook]
index d013ad2..a2719e8 100755 (executable)
@@ -21,7 +21,7 @@ set -u
 set -o pipefail
 
 cd /usr
-git clone --depth=1 https://github.com/apache/incubator-tvm tvm --recursive
+git clone https://github.com/apache/incubator-tvm tvm --recursive
 cd /usr/tvm
 # checkout a hash-tag
 git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470
index 8798e4a..d9b9a0a 100755 (executable)
@@ -21,7 +21,7 @@ set -u
 set -o pipefail
 
 cd /usr
-git clone --depth=1 https://github.com/apache/incubator-tvm tvm --recursive
+git clone https://github.com/apache/incubator-tvm tvm --recursive
 cd /usr/tvm
 # checkout a hash-tag
 git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470