KJ24 commited on
Commit
029812a
·
verified ·
1 Parent(s): 5ed2a17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -63,8 +63,8 @@ RUN pip install \
63
  torch==2.1.2 \
64
  transformers==4.37.2 \
65
  sentence-transformers==2.6.1 \
66
- llama-index==0.12.42 \
67
- llama-index-embeddings-huggingface==0.5.4 \
68
  llama-index-llms-huggingface==0.3.0 \
69
  llama-index-readers-file==0.4.9 \
70
  llama-cpp-python==0.2.35 \
@@ -83,6 +83,7 @@ RUN pip install \
83
 
84
 
85
 
 
86
  RUN pip install --upgrade pip
87
 
88
 
 
63
  torch==2.1.2 \
64
  transformers==4.37.2 \
65
  sentence-transformers==2.6.1 \
66
+ llama-index==0.11.1 \
67
+ llama-index-embeddings-huggingface==0.5.2 \
68
  llama-index-llms-huggingface==0.3.0 \
69
  llama-index-readers-file==0.4.9 \
70
  llama-cpp-python==0.2.35 \
 
83
 
84
 
85
 
86
+
87
  RUN pip install --upgrade pip
88
 
89