Spaces:
Configuration error
Configuration error
Delete blackgat/Dockerfile
Browse files- blackgat/Dockerfile +0 -11
blackgat/Dockerfile
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
FROM python:3.11-slim
|
2 |
-
|
3 |
-
RUN apt-get update && apt-get install -y git
|
4 |
-
|
5 |
-
COPY requirements.txt .
|
6 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
7 |
-
|
8 |
-
COPY . /app
|
9 |
-
WORKDIR /app
|
10 |
-
|
11 |
-
CMD ["streamlit", "run", "dashboard/dashboard.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|