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 d39c44c + ffd91fe commit aa98b06Copy full SHA for aa98b06
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
pypi-publish:
8
name: Publish release to PyPI
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
10
environment:
11
name: pypi
12
url: https://pypi.org/p/optillm
@@ -30,7 +30,7 @@ jobs:
30
31
docker-publish:
32
name: Publish Docker image
33
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
34
needs: pypi-publish
35
permissions:
36
contents: read
Dockerfile.proxy_only
@@ -13,6 +13,7 @@ WORKDIR /app
13
RUN apt-get update && apt-get install -y --no-install-recommends \
14
build-essential \
15
python3-dev \
16
+ python3-blis \
17
gcc \
18
g++ \
19
&& rm -rf /var/lib/apt/lists/*
0 commit comments