Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ COPY ./main.py ./
|
|
38 |
COPY ./start_server.sh ./
|
39 |
COPY ./patch.py ./
|
40 |
# COPY ./index.html ./
|
41 |
-
RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
|
42 |
chmod +x ./*.sh && python patch.py
|
43 |
|
44 |
# Expose a port for the server
|
|
|
38 |
COPY ./start_server.sh ./
|
39 |
COPY ./patch.py ./
|
40 |
# COPY ./index.html ./
|
41 |
+
RUN pip install -U pip && pip install --no-cache-dir open-text-embeddings[server] langchain_community einops && \
|
42 |
chmod +x ./*.sh && python patch.py
|
43 |
|
44 |
# Expose a port for the server
|