Skip to content

Commit

Permalink
rpath fixes and BASE_IMAGE default
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Oct 17, 2024
1 parent 560da36 commit 9f12bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlir-tensorrt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ cc_binary(
copts = [
"-DMLIR_TRT_TARGET_TENSORRT",
],
linkopts = ["-Wl,-rpath,./bazel-mlir-tensorrt/external/tensorrt10_x86/targets/x86_64-linux-gnu/lib"],
linkopts = ["-Wl,-rpath,/opt/src/mlir-tensorrt/bazel-mlir-tensorrt/external/tensorrt10_x86/targets/x86_64-linux-gnu/lib"],
deps = [
":TensorRTRegistration",
"@llvm-project//mlir:MlirOptLib",
Expand Down
2 changes: 1 addition & 1 deletion mlir-tensorrt/build_tools/bazel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE
ARG BASE_IMAGE=nvcr.io/nvidia/cuda:12.5.1-cudnn-devel-ubuntu22.04
FROM ${BASE_IMAGE}

# Specify user IDs
Expand Down

0 comments on commit 9f12bef

Please sign in to comment.