UNCLASSIFIED

Commit 116fa334 authored by Andrew Simonetta's avatar Andrew Simonetta
Browse files

Checking if whls work

parent e87224c5
Pipeline #214841 failed with stages
in 16 minutes and 5 seconds
......@@ -35,8 +35,9 @@ 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 && rm -r /opt/nvidia.rpms \
&& rm -r /opt/baserpms && mkdir /models
&& 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 \
&& rm -r opt/basewhls && rm -r /opt/baserpms && mkdir /models
ENV NCCL_VERSION 2.8.4
ENV LIBRARY_PATH /usr/local/cuda/lib64/stubs
......
......@@ -42,7 +42,7 @@ resources:
filename: "structure.tar.gz"
validation:
type: "sha256"
value: "26101f8515fc97e6cc61714a3681528f6971a75dd0c57bb483da5306d2cc8328"
value: "cc37be88118315ad5088eaf814264663b511f8d70e1289f893a833344202a1f0"
maintainers:
- name: "Daniel Mumpton"
......
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