Skip to content

Commit

Permalink
add extra deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkyang-nvi committed Apr 26, 2023
1 parent 35f8af0 commit 2421bcb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qa/L0_backend_fastertransformer/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ rm -f $SERVER_LOG* $CLIENT_LOG*
RET=0
# install dependencies
apt-get update && \
apt-get install -y --no-install-recommends python3-pip python3-protobuf
apt-get install -y --no-install-recommends python3 python3-pip python3-protobuf
python3 -m pip install --upgrade pip && \
pip3 install --upgrade numpy

# install client libraries
pip3 install tritonclient[all]

# Clone repo
git clone --single-branch --depth=1 -b ${FASTERTRANSFORMER_BRANCH_TAG} ${FASTERTRANSFORMER_BRANCH}
cd fastertransformer_backend
Expand Down

0 comments on commit 2421bcb

Please sign in to comment.