Skip to content

Commit 80bf467

Browse files
author
Anurag Dixit
committed
(//docker): Missed changes
Signed-off-by: Anurag Dixit <[email protected]>
1 parent 2709d12 commit 80bf467

File tree

5 files changed

+13
-126
lines changed

5 files changed

+13
-126
lines changed

docker/Dockerfile.21.03

Lines changed: 0 additions & 41 deletions
This file was deleted.

docker/Dockerfile.21.06

Lines changed: 0 additions & 42 deletions
This file was deleted.

docker/Dockerfile.21.07

Lines changed: 0 additions & 42 deletions
This file was deleted.

docker/WORKSPACE.cu.docker

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,25 @@ git_repository(
2929
shallow_since = "1570114335 -0400"
3030
)
3131

32+
# External dependency for trtorch if you already have precompiled binaries.
33+
# This is currently used in pytorch NGC container CI testing.
34+
local_repository(
35+
name = "trtorch",
36+
path = "/opt/conda/lib/python3.8/site-packages/trtorch"
37+
)
38+
3239
# CUDA should be installed on the system locally
3340
new_local_repository(
3441
name = "cuda",
3542
path = "/usr/local/cuda",
3643
build_file = "@//third_party/cuda:BUILD",
3744
)
3845

46+
new_local_repository(
47+
name = "cublas",
48+
build_file = "@//third_party/cublas:BUILD",
49+
path = "/usr",
50+
)
3951

4052
####################################################################################
4153
# Locally installed dependencies (use in cases of custom dependencies or aarch64)

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def run(self):
234234
long_description=long_description,
235235
ext_modules=ext_modules,
236236
install_requires=[
237-
'torch>=1.9.0+cu111,<1.10.0',
237+
'torch>=1.9.0+cu111,<1.11.0',
238238
],
239239
setup_requires=[],
240240
cmdclass={

0 commit comments

Comments
 (0)