Spaces:
Build error
Build error
Raja4321123
commited on
Delete Dockerfile
Browse files- Dockerfile +0 -25
Dockerfile
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
FROM python:3.10-slim
|
2 |
-
|
3 |
-
WORKDIR /app
|
4 |
-
|
5 |
-
COPY . /app
|
6 |
-
|
7 |
-
|
8 |
-
RUN apt-get update && apt-get install -y --no-install-recommends \
|
9 |
-
ca-certificates \
|
10 |
-
netbase \
|
11 |
-
&& rm -rf /var/lib/apt/lists/*
|
12 |
-
|
13 |
-
RUN pip3 install -r requirements.txt
|
14 |
-
|
15 |
-
ARG GEMINI_API_KEY1
|
16 |
-
ENV GEMINI_API_KEY=$GEMINI_API_KEY1
|
17 |
-
|
18 |
-
ARG PINECONE_API_KEY1
|
19 |
-
ENV PINECONE_API_KEY=$PINECONE_API_KEY1
|
20 |
-
|
21 |
-
EXPOSE 8501
|
22 |
-
|
23 |
-
ENTRYPOINT ["streamlit", "run"]
|
24 |
-
|
25 |
-
CMD ["app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|