Commit 992b5b54 by HUAN-PING SU Committed by Tianqi Chen

Fix demo dockerfile build failed (#4744)

parent cf59b206
......@@ -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]
......
......@@ -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
......
......@@ -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
......
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