We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ea284 commit 3dc33e6Copy full SHA for 3dc33e6
docker/Dockerfile
@@ -47,7 +47,7 @@ RUN TENSORRT_MAJOR_VERSION=`echo ${TENSORRT_VERSION} | cut -d '.' -f 1` && \
47
libnvonnxparsers-dev=${TENSORRT_VERSION}.*
48
49
# 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 &&\
+RUN wget -q https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64 -O /usr/bin/bazel &&\
51
chmod a+x /usr/bin/bazel
52
53
# Build Torch-TensorRT in an auxiliary container
0 commit comments