UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 6a821968 authored by Andrew Simonetta's avatar Andrew Simonetta
Browse files

New backends split RUN 7.8 -> 3.59 / 4.23

parent 7a9ce908
Pipeline #219915 passed with stages
in 77 minutes and 49 seconds
......@@ -34,11 +34,16 @@ COPY ["${TARBALL1}", "/"]
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/basewhls/requirements.txt --no-index --find-links /opt/basewhls && rm -r /opt/nvidia.rpms \
RUN tar -zxvhf ./${TARBALL1} && rm -fv ./${TARBALL1} \
&& rpm -i /opt/baserpms/re2-20190801-1.el8.x86_64.rpm \
&& pip3 install -r opt/basewhls/requirements.txt --no-index --find-links /opt/basewhls \
&& rm -r opt/basewhls && rm -r /opt/baserpms && mkdir /models
RUN tar -xvhf ./opt/nvidia.rpms.tar -C ./opt && rm -fv ./opt/nvidia.rpms.tar \
&& rpm --nodeps -i /opt/nvidia.rpms/*.rpm \
&& rm -r /opt/nvidia.rpms
ENV NCCL_VERSION 2.8.4
ENV LIBRARY_PATH /usr/local/cuda/lib64/stubs
ENV CUDNN_VERSION 8.1.0.77
......
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