Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#1409 from joey12300/fix_trt_version_bug
Browse files Browse the repository at this point in the history
[Serving] Fix trt version bug
  • Loading branch information
joey12300 authored Feb 22, 2023
2 parents 91a1c72 + 1b1f684 commit 9689bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serving/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ nvidia-docker run -i --rm --name ${docker_name} \
-v`pwd`/..:/workspace/fastdeploy \
-e "http_proxy=${http_proxy}" \
-e "https_proxy=${https_proxy}" \
-e "trt_version=${trt_version}"\
nvcr.io/nvidia/tritonserver:21.10-py3-min \
bash -c \
'cd /workspace/fastdeploy/python;
Expand Down

0 comments on commit 9689bf5

Please sign in to comment.