[DOCKER] torch install depends on future package (#4098)
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 10 Oct 2019 16:26:57 +0000 (17:26 +0100)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 10 Oct 2019 16:26:57 +0000 (09:26 -0700)
commit4b8cb3a4d839fb03acba98e138175a0df2173f0e
treed9434b71fb1dfba2eebc731e54d3a35e8be58feb
parentfc2713e5a501441875470e2976dd83d82eaadcbe
[DOCKER] torch install depends on future package (#4098)

The torch package depends on the future package but the torch wheel
does not expose that dependency resulting in an inconsitent install.

Ideally the wheel should declare all of its dependencies, I'm not sure
why the packagers have choosen not to do this, for now the simple work
around is to explicitly install the future package.

Change-Id: Ic9f0f4bb4c78ab65706fc1b20c1b4fd287856a9e
docker/install/ubuntu_install_onnx.sh