Skip to content

Commit a6c27e0

Browse files
authored
Merge pull request #891 from NVIDIA/8.2_build_container
chore: Update CI container deps
2 parents b798c7f + 7546830 commit a6c27e0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

WORKSPACE

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,18 +128,18 @@ http_archive(
128128
# build_file = "@//third_party/tensorrt/local:BUILD"
129129
#)
130130

131-
#########################################################################
132-
# Testing Dependencies (optional - comment out on aarch64)
133-
#########################################################################
134-
pip_install(
135-
name = "torch_tensorrt_py_deps",
136-
requirements = "//py:requirements.txt",
137-
)
138-
139-
pip_install(
140-
name = "py_test_deps",
141-
requirements = "//tests/py:requirements.txt",
142-
)
131+
# #########################################################################
132+
# # Testing Dependencies (optional - comment out on aarch64)
133+
# #########################################################################
134+
# pip_install(
135+
# name = "torch_tensorrt_py_deps",
136+
# requirements = "//py:requirements.txt",
137+
# )
138+
139+
# pip_install(
140+
# name = "py_test_deps",
141+
# requirements = "//tests/py:requirements.txt",
142+
# )
143143

144144
pip_install(
145145
name = "pylinter_deps",

docker/Dockerfile.docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvcr.io/nvidia/tensorrt:21.10-py3
1+
FROM nvcr.io/nvidia/tensorrt:22.01-py3
22

33
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
44
RUN echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list

0 commit comments

Comments
 (0)