@@ -22,12 +22,12 @@ services:
22
22
https_proxy : ${https_proxy}
23
23
no_proxy : " "
24
24
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 }
27
27
context : .
28
28
target : gaudi-base
29
29
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}
31
31
entrypoint : ["/bin/bash", "-c"]
32
32
command : >
33
33
"hl-smi"
@@ -42,12 +42,12 @@ services:
42
42
https_proxy : ${https_proxy}
43
43
no_proxy : " "
44
44
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 }
47
47
context : .
48
48
target : gaudi-pytorch
49
49
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}
51
51
entrypoint : ["/bin/bash", "-c"]
52
52
command : >
53
53
"python -c 'import torch'"
@@ -62,12 +62,12 @@ services:
62
62
https_proxy : ${https_proxy}
63
63
no_proxy : " "
64
64
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 }
67
67
context : .
68
68
target : gaudi-notebooks
69
69
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}
71
71
entrypoint : ["/bin/bash", "-c"]
72
72
command : >
73
73
"python -m jupyter notebook --version"
0 commit comments