From 97fc478ac780d70ede3c07249203f908bc54d2bd Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Mon, 10 May 2021 13:09:01 +0800 Subject: [PATCH] fix runtime --- tools/Dockerfile.runtime_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Dockerfile.runtime_template b/tools/Dockerfile.runtime_template index 41d179a5..b900e772 100644 --- a/tools/Dockerfile.runtime_template +++ b/tools/Dockerfile.runtime_template @@ -32,7 +32,7 @@ WORKDIR /home WORKDIR /home COPY tools/dockerfiles/build_scripts /build_scripts - RUN bash /build_scripts/soft_link.sh + RUN bash /build_scripts/soft_link.sh <> # install tensorrt WORKDIR /home -- GitLab