Delete Dockerfile
Browse files- Dockerfile +0 -15
Dockerfile
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
# Use the official lightweight Python image.
|
2 |
-
FROM python:3.9-slim
|
3 |
-
|
4 |
-
# Allow statements and log messages to immediately appear in the Knative logs
|
5 |
-
ENV PYTHONUNBUFFERED True
|
6 |
-
|
7 |
-
# Copy local code to the container image.
|
8 |
-
WORKDIR /app
|
9 |
-
COPY . /app
|
10 |
-
|
11 |
-
# Install production dependencies.
|
12 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
13 |
-
|
14 |
-
# Run the web service on container startup.
|
15 |
-
CMD exec streamlit run app.py --server.enableCORS false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|