This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 2f7b0a1405 fix cmake and dirmngr
new 191868faa5 unify python installation script
new c93ee83f7f bootstrap for all py versions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docker/Dockerfile.ci_arm | 4 +-
docker/Dockerfile.ci_cpu | 4 +-
docker/Dockerfile.ci_gpu | 4 +-
docker/Dockerfile.ci_hexagon | 6 +-
docker/Dockerfile.ci_i386 | 4 +-
docker/Dockerfile.ci_lint | 4 +-
docker/Dockerfile.ci_py_deps | 4 +-
docker/Dockerfile.ci_qemu | 4 +-
docker/install/ubuntu1804_install_python.sh | 47 --------
docker/install/ubuntu2004_install_python.sh | 45 --------
docker/install/ubuntu_install_python.sh | 55 +++++----
docker/python/bootstrap/generate.sh | 98 ++++++++--------
.../{constraints.txt => constraints-3.7.txt} | 122 +++++++++++---------
.../{constraints.txt => constraints-3.8.txt} | 123 +++++++++++----------
.../bootstrap/lockfiles/requirements-3.7.txt | 3 +
.../bootstrap/lockfiles/requirements-3.8.txt | 3 +
docker/python/bootstrap/lockfiles/requirements.txt | 4 -
17 files changed, 244 insertions(+), 290 deletions(-)
delete mode 100755 docker/install/ubuntu1804_install_python.sh
delete mode 100755 docker/install/ubuntu2004_install_python.sh
copy docker/python/bootstrap/lockfiles/{constraints.txt =>
constraints-3.7.txt} (74%)
rename docker/python/bootstrap/lockfiles/{constraints.txt =>
constraints-3.8.txt} (75%)
create mode 100644 docker/python/bootstrap/lockfiles/requirements-3.7.txt
create mode 100644 docker/python/bootstrap/lockfiles/requirements-3.8.txt
delete mode 100644 docker/python/bootstrap/lockfiles/requirements.txt