rabindra-sss commited on
Commit
28d8ed8
·
verified ·
1 Parent(s): 1479e7a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ 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 FastAPI and model files
12
  COPY main.py backend.py ./
 
6
 
7
  # Copy the requirements file and install dependencies
8
  COPY requirements.txt .
9
+ RUN pip install -r requirements.txt
10
 
11
  # Copy the FastAPI and model files
12
  COPY main.py backend.py ./