Skip to content

Commit

Permalink
Build torchserve nightly GPU image with torchserve nightly (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Jan 9, 2024
1 parent 39ea211 commit cad84ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker_nightly.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# Build Nightly images and append the date in the name
try_and_handle(f"./build_image.sh -n -t {organization}/{cpu_version}", dry_run)
try_and_handle(
f"./build_image.sh -g -cv cu121 -t {organization}/{gpu_version}",
f"./build_image.sh -g -cv cu121 -n -t {organization}/{gpu_version}",
dry_run,
)

Expand Down

0 comments on commit cad84ff

Please sign in to comment.