hamza82 commited on
Commit
1f715a1
·
verified ·
1 Parent(s): 1c8bc29

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ WORKDIR $HOME/app
29
 
30
  # Copy the requirements and install Python dependencies
31
  COPY --chown=pn requirements.txt requirements.txt
32
- RUN pip install -r requirements.txt
33
 
34
  # Handling frontend setup: Install dependencies and build
35
  COPY --chown=pn frontend frontend
 
29
 
30
  # Copy the requirements and install Python dependencies
31
  COPY --chown=pn requirements.txt requirements.txt
32
+ RUN pip install --no-cache-dir -r requirements.txt
33
 
34
  # Handling frontend setup: Install dependencies and build
35
  COPY --chown=pn frontend frontend