simonduerr commited on
Commit
ec52e87
·
verified ·
1 Parent(s): 860d7e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -12,8 +12,6 @@ RUN apt-get update
12
 
13
  RUN apt-get install -y python3 python3-pip git
14
 
15
- RUN python -m pip install --upgrade pip
16
-
17
  WORKDIR /code
18
 
19
  COPY ./requirements.txt /code/requirements.txt
 
12
 
13
  RUN apt-get install -y python3 python3-pip git
14
 
 
 
15
  WORKDIR /code
16
 
17
  COPY ./requirements.txt /code/requirements.txt