Spaces:
Sleeping
Sleeping
Delete Dockerfile
Browse files- 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"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|