UNCLASSIFIED

Commit c95ed6af authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'andrew.simonetta-development-branch-031820' into 'development'

New backends split RUN 7.8 -> 3.59 / 4.23

See merge request dsop/opensource/triton-inference-server/server!18
parents 749d871b 6a821968
Pipeline #223785 passed with stages
in 91 minutes and 13 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