Commit bef00f7e by HUAN-PING SU Committed by Tianqi Chen

Bump prebuilt-image version in demo dockerfile (#4770)

parent 9bd2c7b4
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Minimum docker image for demo purposes # Minimum docker image for demo purposes
# prebuilt-image: tvmai/demo-cpu # prebuilt-image: tvmai/demo-cpu
FROM tvmai/ci-cpu:v0.54 FROM tvmai/ci-cpu:v0.55
# Jupyter notebook. # Jupyter notebook.
RUN pip3 install matplotlib Image Pillow jupyter[notebook] RUN pip3 install matplotlib Image Pillow jupyter[notebook]
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# Minimum docker image for demo purposes # Minimum docker image for demo purposes
# CI docker GPU env # CI docker GPU env
# tag: v0.54 # tag: v0.54
FROM tvmai/ci-gpu:v0.54 FROM tvmai/ci-gpu:v0.55
# Jupyter notebook. # Jupyter notebook.
RUN pip3 install matplotlib Image "Pillow<7" jupyter[notebook] RUN pip3 install matplotlib Image "Pillow<7" jupyter[notebook]
......
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