File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
11
11
&& rm -rf /var/lib/apt/lists/*
12
12
13
13
# Install PyTorch CPU version and ONNX runtime
14
- RUN pip3 install --no-cache-dir torch==2.5.1 --extra-index-url https://download.pytorch.org/whl/cpu && \
15
- pip3 install --no-cache-dir onnxruntime==1.20.1
14
+ RUN pip3 install --no-cache-dir torch==2.5.1 --extra-index-url https://download.pytorch.org/whl/cpu
16
15
17
16
# Install all other dependencies from requirements.txt
18
17
COPY requirements.txt .
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ sqlalchemy==2.0.27
11
11
transformers == 4.47.1
12
12
numpy == 2.2.1
13
13
scipy == 1.14.1
14
+ onnxruntime == 1.20.1
14
15
15
16
# Audio processing
16
17
soundfile == 0.13.0
You can’t perform that action at this time.
0 commit comments