[Serving] Update serving build script (#1371)

Update serving build script
This commit is contained in:
Jack Zhou
2023-02-20 15:30:49 +08:00
committed by GitHub
parent 95f809c1ff
commit 1b499f3de2

View File

@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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}" eval set -- "${ARGS}"
echo "parse start" echo "parse start"