etukurudinesh commited on
Commit
5fae410
·
1 Parent(s): fa64f8c

fix: requirements

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ WORKDIR /app
29
 
30
  COPY --chown=user ./requirements.txt requirements.txt
31
  # RUN pip install gradio[mcp] textblob
32
- RUN pip install --no-cache-dir --upgrade -r requirements.txt
33
 
34
  # Install Playwright browsers
35
  RUN playwright install
 
29
 
30
  COPY --chown=user ./requirements.txt requirements.txt
31
  # RUN pip install gradio[mcp] textblob
32
+ RUN pip install --no-cache-dir -r requirements.txt
33
 
34
  # Install Playwright browsers
35
  RUN playwright install