vaibhaviiii28 commited on
Commit
2acb1f8
·
verified ·
1 Parent(s): e06a2cd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10
5
  WORKDIR /app
6
 
7
  # Copy the requirements file first (for caching optimization)
8
- COPY requirments0\ (1).txt /app/requirements.txt
9
 
10
  # Install dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt
 
5
  WORKDIR /app
6
 
7
  # Copy the requirements file first (for caching optimization)
8
+ COPY requirments.txt /app/requirements.txt
9
 
10
  # Install dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt