Skip to content

Commit 27d7746

Browse files
Merge pull request #80 from opendatahub-io/main
sync release with main
2 parents 7fd7fba + 3ff733b commit 27d7746

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/sync-with-upstream.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ jobs:
7777
exit 0
7878
fi
7979
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-
8880
echo "Updating PR \#${pr_number}"
8981
gh pr edit \
9082
$pr_number \

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ FROM vllm-openai as vllm-grpc-adapter
189189
USER root
190190

191191
RUN --mount=type=cache,target=/root/.cache/pip \
192-
pip install vllm-tgis-adapter==0.1.2
192+
pip install vllm-tgis-adapter==0.1.3
193193

194194
ENV GRPC_PORT=8033
195195
USER 2000

0 commit comments

Comments
 (0)