Skip to content

Commit 0a912bf

Browse files
Update dockerfile, fix issues with SLO context not being set when prediciton id off
1 parent b2f9cb8 commit 0a912bf

File tree

2 files changed

+379
-6
lines changed

2 files changed

+379
-6
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)