Natthathida commited on
Commit
a766869
·
verified ·
1 Parent(s): 4051b30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -17,7 +17,6 @@ COPY ./requirements.txt .
17
  RUN rm -rf /var/cache/apk/* && \
18
  rm -rf /root/.cache
19
 
20
- RUN pip install --no-cache-dir --upgrade pip
21
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
22
 
23
  RUN apk add --no-cache bash
 
17
  RUN rm -rf /var/cache/apk/* && \
18
  rm -rf /root/.cache
19
 
 
20
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
21
 
22
  RUN apk add --no-cache bash