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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,6 +11,9 @@ RUN apt-get update
11
  #&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
12
 
13
  RUN apt-get install -y python3 python3-pip git
 
 
 
14
  WORKDIR /code
15
 
16
  COPY ./requirements.txt /code/requirements.txt
 
11
  #&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
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