Skip to content

Commit

Permalink
remove resource reqs
Browse files Browse the repository at this point in the history
Signed-off-by: sailesh duddupudi <[email protected]>
  • Loading branch information
saileshd1402 committed Jan 10, 2025
1 parent d2b7314 commit 9edbd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/test/e2e/test_e2e_jaxjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ def generate_container() -> V1Container:
return V1Container(
name=CONTAINER_NAME,
image=os.getenv("JAX_JOB_IMAGE", "docker.io/kubeflow/jaxjob-dist-spmd-mnist:latest"),
resources=V1ResourceRequirements(limits={"memory": "4Gi", "cpu": "1.6"}),
# resources=V1ResourceRequirements(limits={"memory": "4Gi", "cpu": "1.6"}),
)

0 comments on commit 9edbd8f

Please sign in to comment.