Skip to content

Commit

Permalink
Bump prebuilt-image version in demo dockerfile (apache#4770)
Browse files Browse the repository at this point in the history
  • Loading branch information
pingsutw authored and alexwong committed Feb 28, 2020
1 parent 384ab51 commit 5cb62fd
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_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.54
FROM tvmai/ci-cpu:v0.55

# Jupyter notebook.
RUN pip3 install matplotlib Image Pillow jupyter[notebook]
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.demo_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Minimum docker image for demo purposes
# CI docker GPU env
# tag: v0.54
FROM tvmai/ci-gpu:v0.54
FROM tvmai/ci-gpu:v0.55

# Jupyter notebook.
RUN pip3 install matplotlib Image "Pillow<7" jupyter[notebook]
Expand Down

0 comments on commit 5cb62fd

Please sign in to comment.