kkk2z1 commited on
Commit
d47f64f
·
verified ·
1 Parent(s): 99a3549

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -10,7 +10,9 @@ ENV PATH="/home/user/.local/bin:$PATH"
10
  WORKDIR /app
11
 
12
  COPY --chown=user ./requirements.txt requirements.txt
13
- RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
 
14
 
15
  COPY --chown=user . /app
16
  CMD ["python", "app.py"]
 
10
  WORKDIR /app
11
 
12
  COPY --chown=user ./requirements.txt requirements.txt
13
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt&&docker builder prune&&
14
+
15
+
16
 
17
  COPY --chown=user . /app
18
  CMD ["python", "app.py"]