Skip to content

Commit 63c8d44

Browse files
committed
install sqlite
1 parent abeeecc commit 63c8d44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/scripts/install-torch-tensorrt.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#set -exou pipefail
22
set -x
33

4+
dnf install -y sqlite-devel
5+
6+
ldconfig -p | grep sqlite
7+
8+
find /usr -print | grep libsqlite3.so
9+
410
TORCH_TORCHVISION=$(grep "^torch" ${PWD}/py/requirements.txt)
511
INDEX_URL=https://download.pytorch.org/whl/${CHANNEL}/${CU_VERSION}
612
PLATFORM=$(python -c "import sys; print(sys.platform)")

0 commit comments

Comments
 (0)