Spaces:
Sleeping
Sleeping
oscarwang2
commited on
Commit
•
9020115
1
Parent(s):
975cbf3
Delete Dockerfile
Browse files- Dockerfile +0 -18
Dockerfile
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
# Use the latest Python version
|
2 |
-
FROM python:3.12-slim
|
3 |
-
|
4 |
-
# Set the working directory
|
5 |
-
WORKDIR /app
|
6 |
-
|
7 |
-
# Copy the requirements file and install dependencies
|
8 |
-
COPY requirements.txt .
|
9 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
10 |
-
|
11 |
-
# Copy the rest of the application code
|
12 |
-
COPY . .
|
13 |
-
|
14 |
-
# Expose port 5000
|
15 |
-
EXPOSE 5000
|
16 |
-
|
17 |
-
# Command to run the application
|
18 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|