Skip to content

Commit 2d86bbc

Browse files
committed
scipy-1.6.1
1 parent 059c11a commit 2d86bbc

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

vendor/ngc-tensorflow/Dockerfile.21.02-tf2-py3

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,6 @@ COPY ./requirements.txt /tmp
150150
RUN python3 -m pip install --no-cache-dir Cython && \
151151
python3 -m pip install --no-cache-dir -r requirements.txt && \
152152
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-
163153

164154
# install git-lfs
165155
WORKDIR /tmp

vendor/ngc-tensorflow/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ oauthlib==3.1.0
189189
oauth2client==3.0.0
190190
onnx==1.8.1
191191
#onnx-plaidml==0.6.3
192+
opencv_python==4.5.1.48
192193
opt-einsum==3.2.0
193194
osqp==0.5.0
194195
packaging==20.3
@@ -276,6 +277,7 @@ s3transfer==0.2.1
276277
sacred==0.8.1
277278
sacrebleu==1.3.6
278279
schema==0.7.1
280+
scipy==1.6.1
279281
scikit-image==0.16.2
280282
scikit-learn==0.23.1
281283
scikit-plot==0.3.7

0 commit comments

Comments
 (0)