Skip to content

Commit 3dc33e6

Browse files
authored
fix: update bazelisk to fix build errors (#3328)
1 parent 10ea284 commit 3dc33e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN TENSORRT_MAJOR_VERSION=`echo ${TENSORRT_VERSION} | cut -d '.' -f 1` && \
4747
libnvonnxparsers-dev=${TENSORRT_VERSION}.*
4848

4949
# Setup Bazel via Bazelisk
50-
RUN wget -q https://github.com/bazelbuild/bazelisk/releases/download/v1.17.0/bazelisk-linux-amd64 -O /usr/bin/bazel &&\
50+
RUN wget -q https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64 -O /usr/bin/bazel &&\
5151
chmod a+x /usr/bin/bazel
5252

5353
# Build Torch-TensorRT in an auxiliary container

0 commit comments

Comments
 (0)