Skip to content

Commit

Permalink
24.01 -> 24.03 default container
Browse files Browse the repository at this point in the history
  • Loading branch information
terrykong committed Apr 23, 2024
1 parent 566ddf4 commit a13af81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/k8s/create_dask_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def parse_pvcs(specs: str) -> dict[str, str]:
parser.add_argument("-g", "--n_gpus_per_worker", type=int, default=None)
parser.add_argument("-c", "--n_cpus_per_worker", type=int, default=None)
parser.add_argument(
"-i", "--image", type=str, default="nvcr.io/nvidia/nemo:24.01.framework"
"-i", "--image", type=str, default="nvcr.io/nvidia/nemo:24.03.framework"
)
parser.add_argument("-s", "--image_pull_secret", type=str, default=None)
parser.add_argument(
Expand Down

0 comments on commit a13af81

Please sign in to comment.