dhmeltzer commited on
Commit
b1288ed
1 Parent(s): d40f2bc

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]