Mousa0mar commited on
Commit
cde3f28
·
verified ·
1 Parent(s): ef50b65
Files changed (1) hide show
  1. app.py +0 -14
app.py DELETED
@@ -1,14 +0,0 @@
1
- # Use the official Python image from Docker Hub
2
- FROM python:3.9-slim
3
-
4
- # Set the working directory in the container
5
- WORKDIR /app
6
-
7
- # Copy the current directory contents into the container
8
- COPY . .
9
-
10
- # Install the required Python packages
11
- RUN pip install --no-cache-dir -r requirements.txt
12
-
13
- # Command to run the application
14
- CMD ["python", "app.py"]