Skip to content

Commit

Permalink
[ci] Move pip dependencies to docker image
Browse files Browse the repository at this point in the history
Following on from apache#10246, this moves the `pip install`-at-runtime deps to the docker image install so they are baked in.
  • Loading branch information
driazati committed Feb 18, 2022
1 parent 81e4eaf commit 062fb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker/install/ubuntu_install_python_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ pip3 install \
packaging \
Pillow \
pytest \
tlcpack-sphinx-addon==0.2.1 \
pytest-profiling \
pytest-xdist \
requests \
scipy \
synr==0.6.0 \
six \
ninja \
tornado
2 changes: 0 additions & 2 deletions tests/scripts/task_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ set -o pipefail
#
echo "Additional setup in ${CI_IMAGE_NAME}"

python3 -m pip install --user tlcpack-sphinx-addon==0.2.1 synr==0.6.0

# Rebuild standalone_crt in build/ tree. This file is not currently archived by pack_lib() in
# Jenkinsfile. We expect config.cmake to be present from pack_lib().
# TODO(areusch): Make pack_lib() pack all the data dependencies of TVM.
Expand Down

0 comments on commit 062fb5e

Please sign in to comment.