8000 Update Dockerfile · thiner/llama-cpp-python@23e5130 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23e5130

Browse files
authored
Update Dockerfile
Install from source
1 parent 5e90adc commit 23e5130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/cuda_simple/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV LLAMA_CUBLAS=1
2121
RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
2222

2323
# Install llama-cpp-python (build with cuda)
24-
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
24+
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install -e .[server]
2525

2626
# Run the server
2727
CMD python3 -m llama_cpp.server

0 commit comments

Comments
 (0)
0