We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fd7fba + 3ff733b commit 27d7746Copy full SHA for 27d7746
.github/workflows/sync-with-upstream.yml
@@ -77,14 +77,6 @@ jobs:
77
exit 0
78
fi
79
80
- echo "Checking if PR is up-to-date"
81
-
82
- git fetch ${upstream_url} refs/pull/${pr_number}/head
83
- if git diff --stat --exit-code upstream/main FETCH_HEAD; then
84
- echo "PR is up-to-date"
85
- exit 0
86
- fi
87
88
echo "Updating PR \#${pr_number}"
89
gh pr edit \
90
$pr_number \
Dockerfile.ubi
@@ -189,7 +189,7 @@ FROM vllm-openai as vllm-grpc-adapter
189
USER root
190
191
RUN --mount=type=cache,target=/root/.cache/pip \
192
- pip install vllm-tgis-adapter==0.1.2
+ pip install vllm-tgis-adapter==0.1.3
193
194
ENV GRPC_PORT=8033
195
USER 2000
0 commit comments