Skip to content

Commit

Permalink
Merge pull request #525 from perftool-incubator/rhel-ai-userenv
Browse files Browse the repository at this point in the history
New userenv for rhel-ai
  • Loading branch information
atheurer authored Jul 22, 2024
2 parents f48a593 + 66e6a9f commit a6672df
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 0 deletions.
85 changes: 85 additions & 0 deletions userenvs/rhel-ai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"workshop": {
"schema": {
"version": "2023.02.16"
}
},
"userenv": {
"name": "rhel-ai",
"label": "RHEL AI",
"origin": {
"image": "quay.io/kvalin/instructlab-training",
"tag": "latest-jul10"
},
"properties": {
"platform": [
{
"architecture": "x86_64"
},
{
"architecture": "aarch64"
}
],
"packages": {
"type": "rpm",
"manager": "dnf"
}
}
},
"requirements": [
{
"name": "python3",
"type": "distro",
"distro_info": {
"packages": [
"python3",
"python3-pip",
"python3-devel"
]
}
},
{
"name": "utils",
"type": "distro",
"distro_info": {
"packages": [
"curl",
"tar",
"cpio",
"gzip",
"jq",
"git",
"cpio",
"findutils",
"hostname",
"iputils",
"iproute",
"elfutils-libelf",
"openssl",
"xz",
"libcap",
"libzstd",
"numactl"
]
}
},
{
"name": "core-perl",
"type": "distro",
"distro_info": {
"packages": [
"perl-App-cpanminus"
]
}
},
{
"name": "core-node",
"type": "distro",
"distro_info": {
"packages": [
"nodejs"
]
}
}
]
}
1 change: 1 addition & 0 deletions userenvs/rhel-ai/requirements/02-python.json
1 change: 1 addition & 0 deletions userenvs/rhel-ai/requirements/03-core-utils.json
1 change: 1 addition & 0 deletions userenvs/rhel-ai/requirements/04-core-perl.json
1 change: 1 addition & 0 deletions userenvs/rhel-ai/requirements/05-core-node.json
5 changes: 5 additions & 0 deletions userenvs/rhel-ai/schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"workshop": {
"schema": {
"version": "2023.02.16"
}
},
22 changes: 22 additions & 0 deletions userenvs/rhel-ai/userenv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"userenv": {
"name": "rhel-ai",
"label": "RHEL AI",
"origin": {
"image": "quay.io/kvalin/instructlab-training",
"tag": "latest-jul10"
},
"properties": {
"platform": [
{
"architecture": "x86_64"
},
{
"architecture": "aarch64"
}
],
"packages": {
"type": "rpm",
"manager": "dnf"
}
}
},

0 comments on commit a6672df

Please sign in to comment.