Spaces:
Runtime error
Runtime error
ToluClassics
commited on
Commit
·
11cb26c
1
Parent(s):
86261d1
Docker
Browse files- Dockerfile +0 -7
- main.py → app.py +0 -0
Dockerfile
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
FROM python:3.8
|
2 |
-
EXPOSE 8501
|
3 |
-
WORKDIR /app
|
4 |
-
COPY requirements.txt ./requirements.txt
|
5 |
-
RUN pip3 install -r requirements.txt
|
6 |
-
COPY . .
|
7 |
-
CMD streamlit run main.py --theme.base light
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
main.py → app.py
RENAMED
File without changes
|