Skip to content

Commit

Permalink
Change default container name for ROCm container image
Browse files Browse the repository at this point in the history
We changed the name formats.

Signed-off-by: Eric Curtin <[email protected]>
  • Loading branch information
ericcurtin committed Oct 23, 2024
1 parent 9c6d560 commit 2c14fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramalama/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def run_container(args):
if gpu_type == "HIP_VISIBLE_DEVICES":
conman_args += ["-e", f"{gpu_type}={gpu_num}"]
if args.image == default_image():
conman_args += ["quay.io/ramalama/ramalama:latest-rocm"]
conman_args += ["quay.io/ramalama/rocm:latest"]
else:
conman_args += [args.image]
else:
Expand Down

0 comments on commit 2c14fcd

Please sign in to comment.