iridescentX commited on
Commit
8be3e16
·
verified ·
1 Parent(s): 9f3ebc0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -43,6 +43,8 @@ COPY ./start_server.sh ./
43
  RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
44
  chmod +x ./start_server.sh
45
 
 
 
46
  # Expose a port for the server
47
  EXPOSE ${PORT}
48
 
 
43
  RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
44
  chmod +x ./start_server.sh
45
 
46
+ RUN pip install --no-cache-dir InstructorEmbedding
47
+
48
  # Expose a port for the server
49
  EXPOSE ${PORT}
50