From 09d6a2d53b7bf277d70510b838abf6d5a9e5d8d4 Mon Sep 17 00:00:00 2001 From: Lei Wang Date: Tue, 20 Mar 2018 16:32:45 -0700 Subject: [PATCH] Docker: fix path for libcuda_util.so. (#3506) --- apollo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo.sh b/apollo.sh index d247c759d20..4bc166e23db 100755 --- a/apollo.sh +++ b/apollo.sh @@ -276,7 +276,7 @@ function release() { fi cp -r bazel-genfiles/external $LIB_DIR cp -r py_proto/modules $LIB_DIR - cp /home/tmp/perception_cuda/lib/* $LIB_DIR + cp ./modules/perception/cuda_util/build/libcuda_util.so $LIB_DIR # doc cp -r docs "${APOLLO_RELEASE_DIR}"