Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provisioning completed but cuda and ofed are not installed. #2614

Open
gim4moon opened this issue Mar 19, 2025 · 0 comments
Open

Provisioning completed but cuda and ofed are not installed. #2614

gim4moon opened this issue Mar 19, 2025 · 0 comments

Comments

@gim4moon
Copy link

Hello.

I successfully provisioned the ubuntu 22.04 base image to the GPU node, but cuda and ofed are not installed.

software_config.json detail
{
"cluster_os_type": "ubuntu",
"cluster_os_version": "22.04",
"repo_config": "always",
"softwares": [
{"name": "openldap"},
{"name": "nfs"},
{"name": "k8s", "version":"1.29.5"},
{"name": "cuda", "version":"12.2.2"},
{"name": "ofed", "version":"5.8-6.0.4.2"},
{"name": "jupyter"},
{"name": "pytorch"},
{"name": "tensorflow"}
],
"pytorch": [
{"name": "pytorch_cpu"},
{"name": "pytorch_nvidia"}
],
"tensorflow": [
{"name": "tensorflow_cpu"},
{"name": "tensorflow_nvidia"}
]

}

cuda.json detail
{
"cuda": {
"cluster": [
{ "package": "cuda",
"type": "iso",
"url": "https://developer.download.nvidia.com/compute/cuda/12.2.2/local_installers/cuda-repo-ubuntu2204-12-2-local_12.2.2-535.104.05-1_amd64.deb",
"path": ""
}
]
}
}

ofed.json detail
{
"ofed": {
"cluster": [
{ "package": "ofed",
"type": "iso",
"url": "https://content.mellanox.com/ofed/MLNX_OFED-5.8-6.0.4.2/MLNX_OFED_LINUX-5.8-6.0.4.2-ubuntu22.04-x86_64.iso",
"path": ""
}
]
}
}

The cuda-repo file and ofed iso file were downloaded properly to the /opt/omnia_repo/cluster/ubuntu/22.04/ directory, but they are not automatically installed during provisioning. Is there anything I need to configure additionally?

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

No branches or pull requests

1 participant