Skip to content

Commit

Permalink
[Serving] Update serving build script (PaddlePaddle#1371)
Browse files Browse the repository at this point in the history
Update serving build script
  • Loading branch information
joey12300 authored Feb 20, 2023
1 parent 95f809c commit 1b499f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serving/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARGS=`getopt -a -o w:n:h:hs -l WITH_GPU:,docker_name:,http_proxy:,https_proxy: -- "$@"`
ARGS=`getopt -a -o w:n:h:hs:tv -l WITH_GPU:,docker_name:,http_proxy:,https_proxy:,trt_version: -- "$@"`

eval set -- "${ARGS}"
echo "parse start"
Expand Down

0 comments on commit 1b499f3

Please sign in to comment.