File tree 1 file changed +3
-21
lines changed
1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change 61
61
lsb-release \
62
62
xdg-utils \
63
63
cmake \
64
- python3-distutils \
65
- python3-setuptools \
66
- python3-virtualenv \
67
- python3-pip \
68
64
'python3\. 10' \
69
65
'python3\. 10-distutils' \
70
66
'python3\. 10-venv' \
@@ -170,32 +166,18 @@ RUN \
170
166
echo "finalized set up dependency versions"
171
167
172
168
RUN \
173
- curl -sS https://bootstrap.pypa.io/get-pip.py | python3 \
174
- && \
175
- curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 \
169
+ python3.10 --version \
176
170
&& \
177
- pip install --upgrade --force-reinstall pip virtualenv \
171
+ python3 --version \
178
172
&& \
179
- pip3 install --upgrade --force-reinstall pip virtualenv \
173
+ curl -sS https://bootstrap.pypa.io/get- pip.py | python3.10 \
180
174
&& \
181
175
python3.10 -m pip install --upgrade --force-reinstall pip virtualenv \
182
176
&& \
183
- python3 -m pip install --upgrade --force-reinstall pip virtualenv \
184
- && \
185
- pip install wheel==0.30.0 six==1.16.0 \
186
- && \
187
- pip3 install wheel==0.30.0 six==1.16.0 \
188
- && \
189
177
python3.10 -m pip install wheel==0.30.0 six==1.16.0 \
190
178
&& \
191
- python3 -m pip install wheel==0.30.0 six==1.16.0 \
192
- && \
193
- pip3 install -r /opt/Empirical/doc/requirements.txt \
194
- && \
195
179
python3.10 -m pip install -r /opt/Empirical/doc/requirements.txt \
196
180
&& \
197
- python3 -m pip install -r /opt/Empirical/doc/requirements.txt \
198
- && \
199
181
echo "installed documentation build requirements"
200
182
201
183
RUN \
You can’t perform that action at this time.
0 commit comments