From 2c14fcdb7bcb5088c607548b2358605e6c4d4224 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Wed, 23 Oct 2024 13:51:50 +0100 Subject: [PATCH] Change default container name for ROCm container image We changed the name formats. Signed-off-by: Eric Curtin --- ramalama/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ramalama/cli.py b/ramalama/cli.py index 81cff3eb..9ad025c5 100644 --- a/ramalama/cli.py +++ b/ramalama/cli.py @@ -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: