avilum commited on
Commit
109c183
·
verified ·
1 Parent(s): 7e14ebc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11
2
 
3
  RUN pip install --no-cache-dir faiss-cpu langchain-community gradio sentence-transformers
4
- COPY --chown=user . /code
5
 
6
  WORKDIR /code/
7
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
1
  FROM python:3.11
2
 
3
  RUN pip install --no-cache-dir faiss-cpu langchain-community gradio sentence-transformers
4
+ COPY . /code
5
 
6
  WORKDIR /code/
7
  ENV GRADIO_SERVER_NAME="0.0.0.0"