Skip to content

Commit ab4caa7

Browse files
committed
add extra deps
1 parent 42d14b3 commit ab4caa7

File tree

1 file changed

+4
-1
lines changed
  • qa/L0_backend_fastertransformer

1 file changed

+4
-1
lines changed

qa/L0_backend_fastertransformer/test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ rm -f $SERVER_LOG* $CLIENT_LOG*
4343
RET=0
4444
# install dependencies
4545
apt-get update && \
46-
apt-get install -y --no-install-recommends python3-pip python3-protobuf
46+
apt-get install -y --no-install-recommends python3 python3-pip python3-protobuf
4747
python3 -m pip install --upgrade pip && \
4848
pip3 install --upgrade numpy
4949

50+
# install client libraries
51+
pip3 install tritonclient[all]
52+
5053
# Clone repo
5154
git clone --single-branch --depth=1 -b ${FASTERTRANSFORMER_BRANCH_TAG} ${FASTERTRANSFORMER_BRANCH}
5255
cd fastertransformer_backend

0 commit comments

Comments
 (0)