Skip to content

Commit

Permalink
Merge pull request #80 from opendatahub-io/main
Browse files Browse the repository at this point in the history
sync release with main
  • Loading branch information
openshift-merge-bot[bot] authored Jul 4, 2024
2 parents 7fd7fba + 3ff733b commit 27d7746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sync-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ jobs:
exit 0
fi
echo "Checking if PR is up-to-date"
git fetch ${upstream_url} refs/pull/${pr_number}/head
if git diff --stat --exit-code upstream/main FETCH_HEAD; then
echo "PR is up-to-date"
exit 0
fi
echo "Updating PR \#${pr_number}"
gh pr edit \
$pr_number \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ FROM vllm-openai as vllm-grpc-adapter
USER root

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

ENV GRPC_PORT=8033
USER 2000
Expand Down

0 comments on commit 27d7746

Please sign in to comment.