Skip to content

Commit b91a17e

Browse files
committed
scipy 1.5.4
1 parent fc87848 commit b91a17e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,12 @@ RUN mkdir -p /opt/oracle && \
148148
WORKDIR /tmp
149149
RUN python3 -m pip install --no-cache-dir \
150150
Cython==0.29.21 \
151+
numpy==1.19.5 \
151152
argon2_cffi==20.1.0
152-
COPY ./requirements.txt /tmp
153-
RUN python3 -m pip install --no-cache-dir -r requirements.txt && \
154-
rm -f /tmp/*.whl /tmp/requirements.txt
155-
ENV SCIPY_VERSION 1.6.0
153+
COPY ./requirements.py36.txt /tmp
154+
RUN python3 -m pip install --no-cache-dir -r requirements.py36.txt && \
155+
rm -f /tmp/*.whl /tmp/requirements.py36.txt
156+
ENV SCIPY_VERSION 1.5.4
156157
# Install scipy
157158
RUN cd /tmp && \
158159
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \

0 commit comments

Comments
 (0)