Skip to content

Commit 9a54322

Browse files
committed
Intel Gaudi Notebook Container updated for 1.17.1
Signed-off-by: sharvil10 <sharvil.shah@intel.com>
1 parent 54d8035 commit 9a54322

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

enterprise/redhat/openshift-ai/gaudi/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Intel® Gaudi AI Software Tools for OpenShift AI(RedHat OpenShift Data Science/R
66

77
| Notebook Container Name | Tools | Image Name |
88
| -----------------------------| ------------- | ------------- |
9-
| Intel Gaudi Notebook Container | [Intel® Gaudi Software Stack*](https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html), [Intel® Gaudi PyTorch](https://docs.habana.ai/en/latest/PyTorch/index.html), [Intel® Gaudi vLLM](https://github.com/HabanaAI/vllm-fork.git), [Intel® Gaudi DeepSpeed](https://github.com/HabanaAI/DeepSpeed) | [`registry.connect.redhat.com/intel/gaudi-notebooks:1.17.0-495-rhel-9.2`](registry.connect.redhat.com/intel/gaudi-notebooks@sha256:a62baf968caa7dd23b7f4cdcddc26e109d894f1436e247b4ea1e2fb4a5c94d54) |
9+
| Intel Gaudi Notebook Container 1.17.0-495 | [Intel® Gaudi Software Stack*](https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html), [Intel® Gaudi PyTorch](https://docs.habana.ai/en/latest/PyTorch/index.html), [Intel® Gaudi vLLM](https://github.com/HabanaAI/vllm-fork.git), [Intel® Gaudi DeepSpeed](https://github.com/HabanaAI/DeepSpeed) | [`registry.connect.redhat.com/intel/gaudi-notebooks:1.17.0-495-rhel-9.2`](registry.connect.redhat.com/intel/gaudi-notebooks@sha256:a62baf968caa7dd23b7f4cdcddc26e109d894f1436e247b4ea1e2fb4a5c94d54) |
10+
| Intel Gaudi Notebook Container 1.17.1-40 | [Intel® Gaudi Software Stack*](https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html), [Intel® Gaudi PyTorch](https://docs.habana.ai/en/latest/PyTorch/index.html), [Intel® Gaudi vLLM](https://github.com/HabanaAI/vllm-fork.git), [Intel® Gaudi DeepSpeed](https://github.com/HabanaAI/DeepSpeed) | [`registry.connect.redhat.com/intel/gaudi-notebooks:1.17.1-40-rhel-9.2`](registry.connect.redhat.com/intel/gaudi-notebooks@sha256:00ca535956b7fcdd91e71bc4a3cd4493ddcaceea9b8d7bb95a7edc0e1cb0bac4) |
1011

1112
## Run Gaudi Notebook Containers
1213

enterprise/redhat/openshift-ai/gaudi/crd-sample.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
apiVersion: aitools.intel/v1
1616
kind: GaudiAIToolsContainer
1717
metadata:
18-
name: intel-gaudi-1.17.0-495
18+
name: intel-gaudi-1.17.1-40
1919
spec:
2020
nameOverride: ""
2121
fullnameOverride: ""
2222
imagespec:
2323
registry: registry.connect.redhat.com
2424
repo: intel/gaudi-notebooks
2525
tags:
26-
- gaudi_software: "1.17.0-495"
26+
- gaudi_software: "1.17.1-40"
2727
rhel_os: "9.2"
2828
namespace: redhat-ods-applications

enterprise/redhat/openshift-ai/gaudi/docker/Dockerfile.rhel9.2

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ENV FI_EFA_USE_DEVICE_RDMA=1
8585
RUN echo "[habanalabs]" > /etc/yum.repos.d/habanalabs.repo && \
8686
echo "name=Habana RH9 Linux repo" >> /etc/yum.repos.d/habanalabs.repo && \
8787
echo "baseurl=https://${ARTIFACTORY_URL}/artifactory/rhel/9/9.2" >> /etc/yum.repos.d/habanalabs.repo && \
88-
echo "gpgkey=https://${ARTIFACTORY_URL}/artifactory/rhel/9/9.2/repodata/repomd.xml.key" >> /etc/yum.repos.d/habanalabs.repo && \
88+
echo "gpgkey=https://${ARTIFACTORY_URL}/artifactory/api/v2/repositories/rhel/keyPairs/primary/public" >> /etc/yum.repos.d/habanalabs.repo && \
8989
echo "gpgcheck=1" >> /etc/yum.repos.d/habanalabs.repo
9090

9191
# for Habana GPG key with SHA-1 signature

enterprise/redhat/openshift-ai/gaudi/docker/docker-compose.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ services:
2222
https_proxy: ${https_proxy}
2323
no_proxy: ""
2424
ARTIFACTORY_URL: ${ARTIFACTORY_URL:-vault.habana.ai}
25-
VERSION: ${VERSION:-1.17.0}
26-
REVISION: ${REVISION:-495}
25+
VERSION: ${VERSION:-1.17.1}
26+
REVISION: ${REVISION:-40}
2727
context: .
2828
target: gaudi-base
2929
dockerfile: Dockerfile.rhel${RHEL_OS:-9.2}
30-
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-base-${VERSION:-1.17.0}-${REVISION:-495}-rhel-${RHEL_OS:-9.2}
30+
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-base-${VERSION:-1.17.1}-${REVISION:-40}-rhel-${RHEL_OS:-9.2}
3131
entrypoint: ["/bin/bash", "-c"]
3232
command: >
3333
"hl-smi"
@@ -42,12 +42,12 @@ services:
4242
https_proxy: ${https_proxy}
4343
no_proxy: ""
4444
ARTIFACTORY_URL: ${ARTIFACTORY_URL:-vault.habana.ai}
45-
VERSION: ${VERSION:-1.17.0}
46-
REVISION: ${REVISION:-495}
45+
VERSION: ${VERSION:-1.17.1}
46+
REVISION: ${REVISION:-40}
4747
context: .
4848
target: gaudi-pytorch
4949
dockerfile: Dockerfile.rhel${RHEL_OS:-9.2}
50-
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-pytorch-${VERSION:-1.17.0}-${REVISION:-495}-rhel-${RHEL_OS:-9.2}
50+
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-pytorch-${VERSION:-1.17.1}-${REVISION:-40}-rhel-${RHEL_OS:-9.2}
5151
entrypoint: ["/bin/bash", "-c"]
5252
command: >
5353
"python -c 'import torch'"
@@ -62,12 +62,12 @@ services:
6262
https_proxy: ${https_proxy}
6363
no_proxy: ""
6464
ARTIFACTORY_URL: ${ARTIFACTORY_URL:-vault.habana.ai}
65-
VERSION: ${VERSION:-1.17.0}
66-
REVISION: ${REVISION:-495}
65+
VERSION: ${VERSION:-1.17.1}
66+
REVISION: ${REVISION:-40}
6767
context: .
6868
target: gaudi-notebooks
6969
dockerfile: Dockerfile.rhel${RHEL_OS:-9.2}
70-
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-notebook-${VERSION:-1.17.0}-${REVISION:-495}-rhel-${RHEL_OS:-9.2}
70+
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-notebook-${VERSION:-1.17.1}-${REVISION:-40}-rhel-${RHEL_OS:-9.2}
7171
entrypoint: ["/bin/bash", "-c"]
7272
command: >
7373
"python -m jupyter notebook --version"

enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# LLM Packages
2-
deepspeed @ git+https://github.com/HabanaAI/DeepSpeed.git@1.17.0
2+
deepspeed @ git+https://github.com/HabanaAI/DeepSpeed.git@1.17.1
33

44
# Datascience and useful extensions
55
kafka-python~=2.0.2

enterprise/redhat/openshift-ai/gaudi/docker/tests/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
test-jupyter-server:
16-
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-base-${VERSION:-1.17.0}-${REVISION:-495}-rhel-${RHEL_OS:-9.2}
16+
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-base-${VERSION:-1.17.1}-${REVISION:-40}-rhel-${RHEL_OS:-9.2}
1717
cmd: bash /opt/app-root/notebook-test.sh
1818
serving: True
1919
volumes:

0 commit comments

Comments
 (0)