Delete Dockerfile
Browse files- Dockerfile +0 -9
Dockerfile
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
FROM python:3.9-slim-buster
|
2 |
-
COPY . /app
|
3 |
-
WORKDIR /app
|
4 |
-
RUN pip install --upgrade pip
|
5 |
-
RUN pip install numpy==1.24.3
|
6 |
-
RUN pip install -r requirements.txt
|
7 |
-
EXPOSE 8501
|
8 |
-
ENTRYPOINT ["streamlit","run"]
|
9 |
-
CMD ["app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|