freddyaboulton HF staff commited on
Commit
f422eae
1 Parent(s): 279f217

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN python3 -m pip install --upgrade pip pytest cmake \
23
  pydantic-settings starlette-context gradio huggingface_hub[hf_transfer] hf_transfer
24
 
25
  # Install llama-cpp-python (build with cuda)
26
- pip install llama-cpp-python \
27
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
28
 
29
  RUN useradd -m -u 1000 user
 
23
  pydantic-settings starlette-context gradio huggingface_hub[hf_transfer] hf_transfer
24
 
25
  # Install llama-cpp-python (build with cuda)
26
+ RUN pip install llama-cpp-python \
27
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
28
 
29
  RUN useradd -m -u 1000 user