aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow_io_in_container/templates/install_venv.sh.j2
blob: c5b6671887e5c40980ccfcfd072978d0bd4a881c (plain)
1
2
3
4
5
#!/bin/bash

echo Will install needed PyPi packages
source venv-{{ py_ver }}/bin/activate
python3 -m pip install pkgconfig Cython wheel