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 0989f96 commit c3cc17cCopy full SHA for c3cc17c
vendor/ngc-pytorch/Dockerfile.22.03-py3
@@ -165,10 +165,7 @@ RUN mkdir /tmp/openmpi && \
165
echo "btl_tcp_if_exclude = lo,docker0" >> /usr/local/etc/openmpi-mca-params.conf
166
167
WORKDIR /tmp
168
-COPY ./requirements.22.04.txt /tmp/requirements.txt
169
-RUN /opt/conda/bin/python3 -m pip install --no-cache-dir -r requirements.txt && \
170
- rm -f /tmp/*.whl /tmp/requirements.txt
171
-COPY ./requirements.22.04.1.txt /tmp/requirements.txt
+COPY ./requirements.22.03.txt /tmp/requirements.txt
172
RUN /opt/conda/bin/python3 -m pip install --no-cache-dir -r requirements.txt && \
173
rm -f /tmp/*.whl /tmp/requirements.txt
174
0 commit comments