Ufoptg commited on
Commit
bc80c74
·
verified ·
1 Parent(s): 84950bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -15,8 +15,6 @@ WORKDIR /app/
15
 
16
  COPY . .
17
 
18
- RUN pip install --upgrade pip
19
-
20
  RUN pip3 install --upgrade pip setuptools
21
  RUN pip3 install -r requirements.txt
22
 
 
15
 
16
  COPY . .
17
 
 
 
18
  RUN pip3 install --upgrade pip setuptools
19
  RUN pip3 install -r requirements.txt
20