File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -150,16 +150,6 @@ COPY ./requirements.txt /tmp
150
150
RUN python3 -m pip install --no-cache-dir Cython && \
151
151
python3 -m pip install --no-cache-dir -r requirements.txt && \
152
152
rm -f /tmp/*.whl /tmp/requirements.txt
153
- ENV SCIPY_VERSION 1.6.0
154
- # Install scipy
155
- RUN cd /tmp && \
156
- git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
157
- cd scipy && \
158
- git checkout -b v${SCIPY_VERSION} && \
159
- cp site.cfg.example site.cfg && \
160
- pip uninstall -y typing && \
161
- python3 -m pip install .
162
-
163
153
164
154
# install git-lfs
165
155
WORKDIR /tmp
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ oauthlib==3.1.0
189
189
oauth2client == 3.0.0
190
190
onnx == 1.8.1
191
191
#onnx-plaidml==0.6.3
192
+ opencv_python == 4.5.1.48
192
193
opt-einsum == 3.2.0
193
194
osqp == 0.5.0
194
195
packaging == 20.3
@@ -276,6 +277,7 @@ s3transfer==0.2.1
276
277
sacred == 0.8.1
277
278
sacrebleu == 1.3.6
278
279
schema == 0.7.1
280
+ scipy == 1.6.1
279
281
scikit-image == 0.16.2
280
282
scikit-learn == 0.23.1
281
283
scikit-plot == 0.3.7
You can’t perform that action at this time.
0 commit comments