MVPilgrim commited on
Commit
1646215
·
verified ·
1 Parent(s): e01ad47

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -60,9 +60,10 @@ RUN apt update
60
  WORKDIR /app
61
 
62
  COPY ./requirements.txt /app/requirements.txt
63
- COPY ./semsearch.py /app/semsearch.py
 
64
  RUN mkdir -p /app/inputDocs
65
- COPY ./inputDocs/* /app/inputDocs
66
 
67
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
68
  RUN pip install https://files.pythonhosted.org/packages/13/87/e0cb08c2d4bd7d38ab63816b306c8b1e7cfdc0e59bd54462e8b0df069078/semantic_text_splitter-0.6.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
 
60
  WORKDIR /app
61
 
62
  COPY ./requirements.txt /app/requirements.txt
63
+ COPY ./semsearch.py /app/semsearch.py
64
+ COPY ./startup.sh /app/startup.sh
65
  RUN mkdir -p /app/inputDocs
66
+ COPY ./inputDocs/* /app/inputDocs
67
 
68
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
69
  RUN pip install https://files.pythonhosted.org/packages/13/87/e0cb08c2d4bd7d38ab63816b306c8b1e7cfdc0e59bd54462e8b0df069078/semantic_text_splitter-0.6.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl