Luke Stanley commited on
Commit
56e7667
1 Parent(s): a054519

Comment out llama-cpp-python installation command in Docker for HuggingFace Space

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ RUN python3 -m pip install requests pydantic uvicorn starlette fastapi sse_starl
44
 
45
 
46
  # Install llama-cpp-python (build with cuda)
47
- RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install git+https://github.com/lukestanley/llama-cpp-python.git@expose_json_grammar_convert_function
48
 
49
  CMD ["python3", "app.py"]
50
 
 
44
 
45
 
46
  # Install llama-cpp-python (build with cuda)
47
+ #RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install git+https://github.com/lukestanley/llama-cpp-python.git@expose_json_grammar_convert_function
48
 
49
  CMD ["python3", "app.py"]
50