File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,17 @@ spec:
20
20
runPolicy : " Serial"
21
21
source :
22
22
type : Dockerfile
23
+ git :
24
+ uri : https://github.com/HabanaAI/vllm-fork.git
25
+ ref : v0.6.4.post2+Gaudi-1.19.0
23
26
dockerfile : |
24
- ARG BASE_IMAGE=vault.habana.ai/gaudi-docker/1.18.0 /rhel9.4/habanalabs/pytorch-installer-2.4.0 :1.18.0-524
27
+ ARG BASE_IMAGE=vault.habana.ai/gaudi-docker/1.19.1 /rhel9.4/habanalabs/pytorch-installer-2.5.1 :1.19.1-26
25
28
FROM ${BASE_IMAGE} as habana-base
26
29
27
30
USER root
28
31
29
32
ENV VLLM_TARGET_DEVICE="hpu"
30
- ENV HABANA_SOFTWARE_VERSION="1.18.0-524 "
33
+ ENV HABANA_SOFTWARE_VERSION="1.19.1 "
31
34
32
35
RUN dnf -y update --best --allowerasing --skip-broken && dnf clean all
33
36
@@ -129,7 +132,7 @@ spec:
129
132
dockerStrategy :
130
133
buildArgs :
131
134
- name : " BASE_IMAGE"
132
- value : " vault.habana.ai/gaudi-docker/1.18.0 /rhel9.4/habanalabs/pytorch-installer-2.4.0 :1.18.0-524 "
135
+ value : " vault.habana.ai/gaudi-docker/1.19.1 /rhel9.4/habanalabs/pytorch-installer-2.5.1 :1.19.1-26 "
133
136
output :
134
137
to :
135
138
kind : ImageStreamTag
You can’t perform that action at this time.
0 commit comments