Skip to content

Commit a85eb75

Browse files
apbosenarendasan
authored andcommitted
DLFW changes (#1878)
1 parent 59ea9a2 commit a85eb75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/WORKSPACE.ngc

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git_repository(
3333
# This is currently used in pytorch NGC container CI testing.
3434
local_repository(
3535
name = "torch_tensorrt",
36-
path = "/opt/python3/site-packages/torch_tensorrt/"
36+
path = "/usr/local/lib/python3.10/dist-packages/torch_tensorrt/"
3737
)
3838

3939
# CUDA should be installed on the system locally
@@ -55,13 +55,13 @@ new_local_repository(
5555

5656
new_local_repository(
5757
name = "libtorch",
58-
path = "/opt/python3/site-packages/torch/",
58+
path = "/usr/local/lib/python3.10/dist-packages/torch/",
5959
build_file = "third_party/libtorch/BUILD"
6060
)
6161

6262
new_local_repository(
6363
name = "libtorch_pre_cxx11_abi",
64-
path = "/opt/python3/site-packages/torch/",
64+
path = "/usr/local/lib/python3.10/dist-packages/torch/",
6565
build_file = "third_party/libtorch/BUILD"
6666
)
6767

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Use system installed Python packages
77
PYT_PATH = (
8-
"/usr/local/lib/python3.8/dist-packages"
8+
"/usr/local/lib/python3.10/dist-packages"
99
if not "PYT_PATH" in os.environ
1010
else os.environ["PYT_PATH"]
1111
)

0 commit comments

Comments
 (0)