Skip to content

Commit

Permalink
Fix docker build script to build with CUDA 11.7 (#2032)
Browse files Browse the repository at this point in the history
* updated docker to build with CUDA 11.7 as default

* temp workflow for building and pushing docker images

* reverting tmp workflow
  • Loading branch information
agunapal authored Dec 12, 2022
1 parent ddaddb9 commit 7845403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_upload_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
f"./build_image.sh -bt dev -t {organization}/torchserve:latest", dry_run
)
try_and_handle(
f"./build_image.sh -bt dev -g -cv cu102 -t {organization}/torchserve:latest-gpu",
f"./build_image.sh -bt dev -g -cv cu117 -t {organization}/torchserve:latest-gpu",
dry_run,
)
try_and_handle(
Expand Down

0 comments on commit 7845403

Please sign in to comment.