File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN apt-get update && \
24
24
# python
25
25
RUN apt-get install -y python3-minimal && \
26
26
apt-get install -y build-essential python3 python3-setuptools python3-dev python3-pip && \
27
- pip3 install --upgrade pip && \
27
+ pip3 install --upgrade pip==20.2.4 && \
28
28
pip install --upgrade setuptools && \
29
29
pip install opencv-python && \
30
30
pip install pyyaml && \
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN chmod +x /sbin/tini
73
73
# python
74
74
RUN apt-get install -y python3-minimal && \
75
75
apt-get install -y build-essential python3 python3-setuptools python3-dev python3-pip && \
76
- pip3 install --upgrade pip && \
76
+ pip3 install --upgrade pip==20.2.4 && \
77
77
pip install --upgrade setuptools && \
78
78
pip install numpy scipy && \
79
79
pip install --no-binary pandas==0.23.4 -I pandas && \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN wget https://enos.itcollege.ee/~jpoial/allalaadimised/jdk8/jdk-8u261-linux-x
57
57
# python
58
58
RUN apt-get install -y python3-minimal && \
59
59
apt-get install -y build-essential python3 python3-setuptools python3-dev python3-pip && \
60
- pip3 install --upgrade pip && \
60
+ pip3 install --upgrade pip==20.2.4 && \
61
61
pip install --upgrade setuptools && \
62
62
pip install numpy scipy && \
63
63
pip install --no-binary pandas -I pandas && \
You can’t perform that action at this time.
0 commit comments