Skip to content

Commit dc5b077

Browse files
Update dockerfile, fix issues with SLO context not being set when prediciton id off
1 parent 61b0996 commit dc5b077

File tree

9 files changed

+1011
-65
lines changed

9 files changed

+1011
-65
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ COPY internal ./internal
2424
COPY apix ./apix
2525
COPY api ./api
2626
COPY version ./version
27+
COPY sidecars ./sidecars
2728
WORKDIR /src/cmd/epp
2829
RUN go build -ldflags="-X sigs.k8s.io/gateway-api-inference-extension/version.CommitSHA=${COMMIT_SHA} -X sigs.k8s.io/gateway-api-inference-extension/version.BuildRef=${BUILD_REF}" -o /epp
2930

0 commit comments

Comments
 (0)