Skip to content

Commit b371f68

Browse files
authored
Update Dockerfile.llama.cpp
1 parent 9e2337a commit b371f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.llama.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ ENV CUDA_DOCKER_ARCH=all
1313
ENV LLAMA_CUBLAS=1
1414

1515
# 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
16+
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
1717

1818
# Install llama-cpp-python (build with cuda)
1919
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
2020

2121
WORKDIR /workspace/
22-
ENV PYTHONPATH /workspace/
22+
ENV PYTHONPATH /workspace/

0 commit comments

Comments
 (0)