Skip to content

Commit 9f12bef

Browse files
rpath fixes and BASE_IMAGE default
1 parent 560da36 commit 9f12bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlir-tensorrt/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ cc_binary(
697697
copts = [
698698
"-DMLIR_TRT_TARGET_TENSORRT",
699699
],
700-
linkopts = ["-Wl,-rpath,./bazel-mlir-tensorrt/external/tensorrt10_x86/targets/x86_64-linux-gnu/lib"],
700+
linkopts = ["-Wl,-rpath,/opt/src/mlir-tensorrt/bazel-mlir-tensorrt/external/tensorrt10_x86/targets/x86_64-linux-gnu/lib"],
701701
deps = [
702702
":TensorRTRegistration",
703703
"@llvm-project//mlir:MlirOptLib",

mlir-tensorrt/build_tools/bazel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE
1+
ARG BASE_IMAGE=nvcr.io/nvidia/cuda:12.5.1-cudnn-devel-ubuntu22.04
22
FROM ${BASE_IMAGE}
33

44
# Specify user IDs

0 commit comments

Comments
 (0)