MVPilgrim commited on
Commit
ac1f7ec
·
1 Parent(s): 4122461

8vcpu invalid instruction

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN pip install https://files.pythonhosted.org/packages/13/87/e0cb08c2d4bd7d38ab
31
  RUN pip show semantic-text-splitter
32
 
33
  #RUN pip install llama_cpp_python
34
- RUN FORCE_CMAKE=1 pip install --verbose --no-cache-dir llama-cpp-python
35
 
36
  ##############################################################################
37
  # Install Weaviate
 
31
  RUN pip show semantic-text-splitter
32
 
33
  #RUN pip install llama_cpp_python
34
+ RUN FORCE_CMAKE=1 CMAKE_SYSTEM_PROCESSOR=AMD64 pip install --verbose --no-cache-dir llama-cpp-python
35
 
36
  ##############################################################################
37
  # Install Weaviate