Skip to content

Commit

Permalink
🐛 force reinstall adapter
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
  • Loading branch information
joerunde committed Jul 22, 2024
1 parent cab287b commit 93820db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Free up disk space"
uses: ./.github/actions/free-up-disk-space
# - name: "Free up disk space"
# uses: ./.github/actions/free-up-disk-space

- name: "Set up QEMU"
uses: docker/setup-qemu-action@v3
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM quay.io/opendatahub/vllm@sha256:b40a4e27afa78e074e306349984b8268d25ef92a857
USER root

RUN --mount=type=cache,target=/root/.cache/pip \
pip install git+https://github.com/opendatahub-io/vllm-tgis-adapter@main
pip install --force-reinstall git+https://github.com/opendatahub-io/vllm-tgis-adapter@main

ENV GRPC_PORT=8033
USER 2000

0 comments on commit 93820db

Please sign in to comment.