Skip to content

Commit ee2156a

Browse files
authored
update CI docker image id (#63)
Signed-off-by: Chendi.Xue <[email protected]>
1 parent 9343f35 commit ee2156a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hourly-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "Attempting to build Docker image..."
7979
# Ensure this image is accessible from GitHub Actions (e.g., public registry or authenticated private registry).
8080
docker build --no-cache -t hpu-plugin-v1-test-env-hourly-ci -f - . <<EOF
81-
FROM 1.22-526-pt2.7.1:latest
81+
FROM 1.22-619-pt2.7.1:latest
8282
8383
COPY ./ /workspace/vllm-gaudi
8484
WORKDIR /workspace

.github/workflows/pre-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "Attempting to build Docker image..."
3838
# Ensure this image is accessible from GitHub Actions (e.g., public registry or authenticated private registry).
3939
docker build --no-cache -t hpu-plugin-v1-test-env-pre-merge -f - . <<EOF
40-
FROM 1.22-526-pt2.7.1:latest
40+
FROM 1.22-619-pt2.7.1:latest
4141
4242
COPY ./ /workspace/vllm-gaudi
4343
WORKDIR /workspace

0 commit comments

Comments
 (0)