File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN pip install --break-system-packages torch==2.7.0 torchaudio==2.7.0 torchvisi
53
53
pip install --break-system-packages pandas==2.2.2 toml==0.10.2 unidecode==1.3.8 inflect==7.3.1 librosa==0.10.2 py-libnuma==1.2 numpy==2.0.1 && \
54
54
pip install --break-system-packages sox==1.5.0 && \
55
55
pip install --break-system-packages setuptools-scm && \
56
+ pip install --break-system-packages transformers==4.52.4 && \
56
57
pip install --break-system-packages -U openai-whisper
57
58
58
59
WORKDIR /workspace
@@ -62,7 +63,7 @@ COPY ./ /workspace/
62
63
RUN mkdir -p /workspace/third_party && cd /workspace/third_party && \
63
64
git clone https://github.com/vllm-project/vllm vllm-cpu && \
64
65
cd vllm-cpu && \
65
- git checkout main && \
66
+ git checkout b124e1085b1bf977e3dac96d99ffd9d8ddfdb6cc && \
66
67
git log -n1 && \
67
68
pip3 install --break-system-packages -r requirements/cpu.txt && \
68
69
VLLM_TARGET_DEVICE=cpu pip install --break-system-packages . --no-build-isolation
You can’t perform that action at this time.
0 commit comments