Skip to content

Commit

Permalink
Fix demo dockerfile build failed (apache#4744)
Browse files Browse the repository at this point in the history
  • Loading branch information
pingsutw authored and zhiics committed Mar 2, 2020
1 parent 7ef8fb2 commit d0c1d19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.demo_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docker/install/install_tvm_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/install/install_tvm_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0c1d19

Please sign in to comment.