UNCLASSIFIED

Commit c366aa28 authored by Andrew Simonetta's avatar Andrew Simonetta
Browse files

Checking if whls work -fs

parent 007d67ab
Pipeline #214866 failed with stages
in 17 minutes and 21 seconds
......@@ -36,7 +36,7 @@ COPY ["${TARBALLN}","/opt/"]
WORKDIR /
RUN tar -zxvhf ./${TARBALL1} && rm -fv ./${TARBALL1} && tar -xvhf ./opt/nvidia.rpms.tar -C ./opt && rm -fv ./opt/nvidia.rpms.tar \
&& rpm -i /opt/baserpms/re2-20190801-1.el8.x86_64.rpm && rpm --nodeps -i /opt/nvidia.rpms/*.rpm \
&& pip3 install -r opt/basewhl/requirements.txt --no-index --find-links /opt/basewhl && rm -r /opt/nvidia.rpms \
&& pip3 install -r opt/basewhl/requirements.txt --no-index --find-links /opt/basewhls && rm -r /opt/nvidia.rpms \
&& rm -r opt/basewhls && rm -r /opt/baserpms && mkdir /models
ENV NCCL_VERSION 2.8.4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment