Skip to content

Conversation

flaviabeo
Copy link
Contributor

@flaviabeo flaviabeo commented Jul 2, 2025

The README docs mention a pod.yaml file that currently does not exist in the repo. Adding a sample YAML file for completeness.

cc: @kaoutar55

kind: Pod
apiVersion: v1
metadata:
name: <user>-dev-e2e-1x-aiu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add comment saying: # this is a sample pod name.

requests:
ibm.com/aiu_pf: '1'
terminationMessagePath: /dev/termination-log
name: <user>-dev-e2e-1x-aiu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comment: # Sample container name. Substitute with your own name.

- name: HF_HUB_OFFLINE
value: '1'
- name: HF_HOME
value: /home/senuser/models/huggingface_cache

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this comment. # This can be canned to your local home path environment.

Since this will be exposed externally, we should say that we are just providing a sample yaml. User can adjust the fields based on their AIU image and cluster environment.

- name: dev-shm
mountPath: /dev/shm
terminationMessagePolicy: File
image: &pod_image icr.io/ibmaiu_internal/x86_64/dd2/e2e_stable:latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comment # AIU software image

Signed-off-by: Flavia Beo <[email protected]>
- name: DT_DEEPRT_VERBOSE
value: '-1'
- name: POD_IMAGE
value: *pod_image
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ve never seen the POD_IMAGE and FMS_CHECKOUT env vars before, where does it get used in the stack? Thanks

mountPath: /dev/shm
terminationMessagePolicy: File
# AIU software image
image: &pod_image icr.io/ibmaiu_internal/x86_64/dd2/e2e_stable:latest
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an internal image, can we remove this path please?

workingDir: /home/senuser
args:
- |
source ~/.bashrc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be in line with the README we might not need all these args

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants