naotakigawa commited on
Commit
251a3c0
·
1 Parent(s): 9cfce40

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -11
Dockerfile DELETED
@@ -1,11 +0,0 @@
1
- FROM python:3.9
2
-
3
- WORKDIR /app
4
-
5
- COPY . .
6
-
7
- RUN pip3 install --upgrade pip && \
8
- pip3 install --no-cache-dir -r requirements.txt
9
-
10
- EXPOSE 8501
11
- CMD streamlit run Chatbot.py