Spaces:
Running
Running
iridescentX
commited on
Update Dockerfile
Browse files- 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 |
|