MVPilgrim commited on
Commit
a9938fe
·
1 Parent(s): 720552c

8vcpu invalid instruction

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -30,7 +30,8 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
30
  RUN pip install https://files.pythonhosted.org/packages/13/87/e0cb08c2d4bd7d38ab63816b306c8b1e7cfdc0e59bd54462e8b0df069078/semantic_text_splitter-0.6.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
31
  RUN pip show semantic-text-splitter
32
 
33
- RUN pip install llama_cpp_python
 
34
 
35
  ##############################################################################
36
  # Install Weaviate
 
30
  RUN pip install https://files.pythonhosted.org/packages/13/87/e0cb08c2d4bd7d38ab63816b306c8b1e7cfdc0e59bd54462e8b0df069078/semantic_text_splitter-0.6.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
31
  RUN pip show semantic-text-splitter
32
 
33
+ #RUN pip install llama_cpp_python
34
+ RUN FORCE_CMAKE=1 pip install --no-cache-dir llama-cpp-python
35
 
36
  ##############################################################################
37
  # Install Weaviate