mikeee commited on
Commit
13dc6a7
1 Parent(s): 064f596

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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