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 9e2337a commit b371f68Copy full SHA for b371f68
docker/Dockerfile.llama.cpp
@@ -13,10 +13,10 @@ ENV CUDA_DOCKER_ARCH=all
13
ENV LLAMA_CUBLAS=1
14
15
# Install depencencies
16
-RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context openai loguru python-dotenv==1.0.0 jinja2
+RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context openai>=1.6.1 loguru python-dotenv==1.0.0 jinja2
17
18
# Install llama-cpp-python (build with cuda)
19
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
20
21
WORKDIR /workspace/
22
-ENV PYTHONPATH /workspace/
+ENV PYTHONPATH /workspace/
0 commit comments