File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -128,18 +128,18 @@ http_archive(
128
128
# build_file = "@//third_party/tensorrt/local:BUILD"
129
129
#)
130
130
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
+ # )
143
143
144
144
pip_install (
145
145
name = "pylinter_deps" ,
Original file line number Diff line number Diff line change 1
- FROM nvcr.io/nvidia/tensorrt:21.10 -py3
1
+ FROM nvcr.io/nvidia/tensorrt:22.01 -py3
2
2
3
3
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
4
4
RUN echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list
You can’t perform that action at this time.
0 commit comments