qgallouedec HF Staff commited on
Commit
93b1949
·
verified ·
1 Parent(s): 77aa3cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -6,9 +6,3 @@ WORKDIR /app
6
 
7
  # Copy all files to the container
8
  COPY . /app
9
-
10
- # Install required dependencies (if you have a requirements.txt)
11
- RUN pip install -r requirements.txt
12
-
13
- # Default command to run the script
14
- CMD ["python", "main.py"]
 
6
 
7
  # Copy all files to the container
8
  COPY . /app