Skip to content

Commit 69ff543

Browse files
committed
Fix issue
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 014eb21 commit 69ff543

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/nightly-docker-build-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
attestations: read
9595
discussions: read
9696
models: read
97+
checks: read
9798
repository-projects: read
9899
id-token: write
99100
contents: read

.github/workflows/weekly-example-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ jobs:
4949
id-token: write
5050
actions: read
5151
attestations: read
52+
checks: read
5253
discussions: read
5354
issues: write
5455
models: read
5556
pages: write
5657
pull-requests: write
5758
repository-projects: read
59+
security-events: read
5860
needs: [get-test-matrix, build-comps-base]
5961
strategy:
6062
matrix:

CodeGen/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3-
3+
#
44
ARG IMAGE_REPO=opea
55
ARG BASE_TAG=latest
66
FROM $IMAGE_REPO/comps-base:$BASE_TAG

CodeGen/docker_compose/intel/hpu/gaudi/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3-
#
3+
44
services:
55
vllm-service:
66
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}

0 commit comments

Comments
 (0)