Docker: Install Python packages 'requests' and 'Pillow' (#3495)
authorRuslan Baratov <ruslan_baratov@yahoo.com>
Thu, 4 Jul 2019 19:09:47 +0000 (22:09 +0300)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 4 Jul 2019 19:09:47 +0000 (12:09 -0700)
commit43050b257724f1018e92a66350c239907bf1b854
tree5a6487ab348a40c02327d177be22365b7612e342
parentb3f3ab5593c1949947c9872c8df1479975116a95
Docker: Install Python packages 'requests' and 'Pillow' (#3495)

Needed for:

- https://github.com/dmlc/tvm/blob/287078c33db85d4f312d8d2457a064442d9d18c3/tutorials/frontend/deploy_model_on_android.py#L30
- https://github.com/dmlc/tvm/blob/287078c33db85d4f312d8d2457a064442d9d18c3/tutorials/frontend/deploy_model_on_android.py#L37
- https://github.com/dmlc/tvm/blob/287078c33db85d4f312d8d2457a064442d9d18c3/python/tvm/contrib/download.py#L58
docker/install/ubuntu_install_python_package.sh