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.
1 parent 8167194 commit 0054984Copy full SHA for 0054984
Docker/cpu/cpu.Dockerfile
@@ -24,10 +24,10 @@ COPY --chown=myuser:myuser . .
24
# Install Python dependencies
25
RUN python -m pip install --upgrade pip \
26
&& 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
+ scikit-build==0.18.1 setuptools==80.9.0 \
+ fastapi==0.121.0 uvicorn==0.38.0 \
+ sse-starlette==3.0.3 pydantic-settings==2.11.0 \
+ starlette-context==0.4.0
31
32
# Install llama-cpp-python (build with OpenBLAS)
33
RUN CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose
0 commit comments