Skip to content

Commit a05fe47

Browse files
committed
chore: Update base container for packaging container
1 parent 57504d9 commit a05fe47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py/ci/Dockerfile.ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/manylinux-builder:cuda11.6
1+
FROM pytorch/manylinux-builder:cuda11.7
22
ARG trt_version
33

44
RUN echo -e "Installing with TensorRT ${trt_version}"

toolchains/ci_workspaces/WORKSPACE.x86_64.release.rhel

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ local_repository(
4141
new_local_repository(
4242
name = "cuda",
4343
build_file = "@//third_party/cuda:BUILD",
44-
path = "/usr/local/cuda-11.6",
44+
path = "/usr/local/cuda-11.7",
4545
)
4646

4747
new_local_repository(

0 commit comments

Comments
 (0)