Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 7845403

Browse files
authored
Fix docker build script to build with CUDA 11.7 (#2032)
* updated docker to build with CUDA 11.7 as default * temp workflow for building and pushing docker images * reverting tmp workflow
1 parent ddaddb9 commit 7845403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_upload_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
f"./build_image.sh -bt dev -t {organization}/torchserve:latest", dry_run
3131
)
3232
try_and_handle(
33-
f"./build_image.sh -bt dev -g -cv cu102 -t {organization}/torchserve:latest-gpu",
33+
f"./build_image.sh -bt dev -g -cv cu117 -t {organization}/torchserve:latest-gpu",
3434
dry_run,
3535
)
3636
try_and_handle(

0 commit comments

Comments
 (0)