Skip to content

Commit

Permalink
Docker: fix path for libcuda_util.so. (ApolloAuto#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglei828 authored and xiaoxq committed Mar 20, 2018
1 parent ae865e3 commit 09d6a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 09d6a2d

Please sign in to comment.