Skip to content

Commit 6d62457

Browse files
committed
chore: Update bazel references in repo
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent aaeedc3 commit 6d62457

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands:
1111
default: "x86_64"
1212
version:
1313
type: string
14-
default: "5.2.0"
14+
default: "6.2.1"
1515
steps:
1616
- run:
1717
name: Install bazel
@@ -209,7 +209,7 @@ commands:
209209
default: "8.6.1.6-1"
210210
bazel-version:
211211
type: string
212-
default: "5.2.0"
212+
default: "6.2.1"
213213
bazel-platform:
214214
type: string
215215
default: "x86_64"
@@ -1344,7 +1344,7 @@ jobs:
13441344
parameters:
13451345
bazel-version:
13461346
type: string
1347-
default: "5.2.0"
1347+
default: "6.2.1"
13481348
python-version:
13491349
type: string
13501350
default: "3.9.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd
115115

116116
These are the following dependencies used to verify the testcases. Torch-TensorRT can work with other versions, but the tests are not guaranteed to pass.
117117

118-
- Bazel 5.2.0
118+
- Bazel 6.2.1
119119
- Libtorch 2.1.0.dev20230605 (built with CUDA 11.8)
120120
- CUDA 11.8
121121
- cuDNN 8.8.0

docker/Dockerfile.docs

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

3-
ARG BAZEL_VERSION=5.2.0
3+
ARG BAZEL_VERSION=6.2.1
44

55
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
66
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)