Skip to content

Commit 0054984

Browse files
authored
Update Python dependencies in cpu.Dockerfile
1 parent 8167194 commit 0054984

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Docker/cpu/cpu.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ COPY --chown=myuser:myuser . .
2424
# Install Python dependencies
2525
RUN python -m pip install --upgrade pip \
2626
&& pip install pytest==8.2.1 cmake==3.23.3 \
27-
scikit-build==0.17.6 setuptools==71.1.0 \
28-
fastapi==0.115.5 uvicorn==0.32.1 \
29-
sse-starlette==2.1.0 pydantic-settings==2.2.1 \
30-
starlette-context==0.3.6
27+
scikit-build==0.18.1 setuptools==80.9.0 \
28+
fastapi==0.121.0 uvicorn==0.38.0 \
29+
sse-starlette==3.0.3 pydantic-settings==2.11.0 \
30+
starlette-context==0.4.0
3131

3232
# Install llama-cpp-python (build with OpenBLAS)
3333
RUN CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose

0 commit comments

Comments
 (0)