Neon-AI commited on
Commit
136c2ea
·
verified ·
1 Parent(s): 4143123

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
23
  COPY requirements.txt ./
24
  COPY src/ ./src/
25
 
26
- RUN pip3 install -r requirements.txt
27
 
28
  RUN playwright install --with-deps
29
 
 
23
  COPY requirements.txt ./
24
  COPY src/ ./src/
25
 
26
+ RUN pip3 install --no-cache-dir -r requirements.txt
27
 
28
  RUN playwright install --with-deps
29