Spaces:
Runtime error
Runtime error
Delete dockerfile
Browse files- dockerfile +0 -5
dockerfile
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
FROM python:3.9-slim # Use Python 3.9 instead of 3.10
|
2 |
-
WORKDIR /app
|
3 |
-
COPY . .
|
4 |
-
RUN pip install -r requirements.txt
|
5 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|