Skip to content

Commit dbeadcc

Browse files
fix the docker url (#346)
1 parent d1a4303 commit dbeadcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/common/test/dse_jaxtoolbox_grok.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description = "DSE JaxToolbox Grok"
1919
test_template_name = "JaxToolboxGrok"
2020

2121
[cmd_args]
22-
docker_image_url = "https://docker/url"
22+
docker_image_url = "ghcr.io/nvidia/jax:pax-2025-01-09"
2323
[cmd_args.fdl]
2424
num_gpus = [1, 8, 16]
2525
checkpoint_policy = ["save_iteration_input", "save_none"]

0 commit comments

Comments
 (0)