MVPilgrim commited on
Commit
d48a8c1
·
1 Parent(s): 5930afc
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -26,6 +26,8 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
26
  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
27
  RUN pip show semantic-text-splitter
28
 
 
 
29
  ##############################################################################
30
  # Install Weaviate
31
  WORKDIR /app/weaviate
 
26
  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
27
  RUN pip show semantic-text-splitter
28
 
29
+ RUN pip install llama_cpp_python
30
+
31
  ##############################################################################
32
  # Install Weaviate
33
  WORKDIR /app/weaviate