mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-28 01:14:09 -05:00
fix(ci): make sure to lock build to 0.10
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/build-embedding.yml
vendored
1
.github/workflows/build-embedding.yml
vendored
@@ -151,6 +151,7 @@ jobs:
|
||||
id: bento-tag
|
||||
run: |
|
||||
bash local.sh
|
||||
pip install 'build[virtualenv]==0.10.0'
|
||||
openllm build opt --serialisation legacy --bento-version sha-${{ env.GITHUB_SHA_SHORT }} --machine --dockerfile-template - <<EOF
|
||||
{% extends "python_debian.j2" %}
|
||||
{% block SETUP_BENTO_BASE_IMAGE %}
|
||||
|
||||
Reference in New Issue
Block a user