File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
echo "Attempting to build Docker image..."
79
79
# Ensure this image is accessible from GitHub Actions (e.g., public registry or authenticated private registry).
80
80
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
82
82
83
83
COPY ./ /workspace/vllm-gaudi
84
84
WORKDIR /workspace
Original file line number Diff line number Diff line change 37
37
echo "Attempting to build Docker image..."
38
38
# Ensure this image is accessible from GitHub Actions (e.g., public registry or authenticated private registry).
39
39
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
41
41
42
42
COPY ./ /workspace/vllm-gaudi
43
43
WORKDIR /workspace
You can’t perform that action at this time.
0 commit comments