Aidahaouas commited on
Commit
f21af29
·
verified ·
1 Parent(s): 40b7b34

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -13
Dockerfile DELETED
@@ -1,13 +0,0 @@
1
- FROM mcr.microsoft.com/mssql-tools:latest
2
-
3
- RUN apt-get update && apt-get install -y \
4
- unixodbc \
5
- unixodbc-dev \
6
- libodbc1 \
7
- python3-pip
8
-
9
- COPY requirements.txt .
10
- RUN pip install --no-cache-dir -r requirements.txt
11
-
12
- COPY . .
13
- CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.enableCORS=false"]