schoolkithub commited on
Commit
c31c4b6
·
verified ·
1 Parent(s): 360e046

Delete blackgat/Dockerfile

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