提交 51a9412a 编写于 作者: S storypku 提交者: Liu Jiaming

Docker: new dev.x86_64 image with Bazel 3.5.0

上级 9a108895
......@@ -30,7 +30,7 @@ SUPPORTED_ARCHS=" x86_64 aarch64 "
HOST_ARCH="$(uname -m)"
TARGET_ARCH="$(uname -m)"
VERSION_X86_64="dev-x86_64-18.04-20200926_1057"
VERSION_X86_64="dev-x86_64-18.04-20201029_0431"
VERSION_AARCH64="dev-aarch64-18.04-20201006_0154"
USER_VERSION_OPT=
......
......@@ -65,6 +65,7 @@ cuda_library(
"//cyber",
"//modules/perception/base:blob",
"//modules/perception/base:image",
"@local_config_cuda//cuda:cublas",
"@local_config_cuda//cuda:cudart",
],
)
......@@ -130,7 +131,7 @@ cc_library(
)
cc_test(
name = "inference_binary_data_test",
name = "binary_data_test",
size = "small",
srcs = ["binary_data_test.cc"],
data = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册