klentyboopathi commited on
Commit
c1f7d1b
·
1 Parent(s): d68c95f
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt update && apt install -y wget && apt install -y curl
6
 
7
  # Install Python dependencies
8
  COPY requirements.txt .
9
- # RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Copy the backend code
12
  COPY . .
 
6
 
7
  # Install Python dependencies
8
  COPY requirements.txt .
9
+ RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Copy the backend code
12
  COPY . .