mikeee commited on
Commit
064f596
1 Parent(s): 2f5f72d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ ENV PORT=7860
36
  COPY --from=build-image ${MODEL} ${MODEL}
37
  COPY ./main.py ./
38
  COPY ./start_server.sh ./
39
- COPY ./patch.sh ./
40
  # COPY ./index.html ./
41
  RUN pip install --no-cache-dir open-text-embeddings[server] langchain_community && \
42
  chmod +x ./*.sh && python patch.py
 
36
  COPY --from=build-image ${MODEL} ${MODEL}
37
  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