mikeee commited on
Commit
10ec6c2
·
verified ·
1 Parent(s): 9fe40fe

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 ./index.html ./
40
  RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
41
- chmod +x ./start_server.sh
42
 
43
  # Expose a port for the server
44
  EXPOSE ${PORT}
 
38
  COPY ./start_server.sh ./
39
  # COPY ./index.html ./
40
  RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
41
+ chmod +x ./*.sh && ./patch.sh
42
 
43
  # Expose a port for the server
44
  EXPOSE ${PORT}