Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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"
|