We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc87848 commit b91a17eCopy full SHA for b91a17e
vendor/ngc-tensorflow/Dockerfile.20.11-tf2-py3
@@ -148,11 +148,12 @@ RUN mkdir -p /opt/oracle && \
148
WORKDIR /tmp
149
RUN python3 -m pip install --no-cache-dir \
150
Cython==0.29.21 \
151
+ numpy==1.19.5 \
152
argon2_cffi==20.1.0
-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
+COPY ./requirements.py36.txt /tmp
+RUN python3 -m pip install --no-cache-dir -r requirements.py36.txt && \
+ rm -f /tmp/*.whl /tmp/requirements.py36.txt
156
+ENV SCIPY_VERSION 1.5.4
157
# Install scipy
158
RUN cd /tmp && \
159
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
0 commit comments