UNCLASSIFIED

Commit d4203506 authored by Daniel Mumpton's avatar Daniel Mumpton
Browse files

first test of triton

parent bddb3930
Pipeline #173843 failed with stages
in 19 minutes and 57 seconds
......@@ -19,9 +19,12 @@ RUN dnf install -y pkg-config
ARG TARBALL1=centos-cmake.tar.gz
ARG TARBALL2=rpms.tar.gz
ARG TARBALL3=OpenCV.tar.gz
ARG TARBALL4=triton.tar
ARG TARBALL5=cuda.tar
#Copy over
COPY ["${TARBALL1}", "${TARBALL2}", "${TARBALL3}", "/opt/"]
COPY ["${TARBALL4}", "${TARBALL5}", "/"]
WORKDIR /opt
......@@ -30,6 +33,14 @@ RUN tar -zxf ./${TARBALL1} && rm -fv ./${TARBALL1}
RUN tar -zxf ./${TARBALL2} && rm -fv ./${TARBALL2}
RUN tar -zxf ./${TARBALL3} && rm -fv ./${TARBALL3}
WORKDIR /
RUN tar -xvf ./${TARBALL4} && rm -fv ./${TARBALL4}
RUN tar -zxvf ./${TARBALL5} && rm -fv ./${TARBALL5}
RUN rpm -i cuda-repo-rhel8-11-2-local-11.2.0_460.27.04-1.x86_64.rpm
RUN dnf install -y cuda
WORKDIR /opt/centos-cmake
#CMAKE
......
......@@ -34,6 +34,11 @@ labels:
resources:
- url: "https://iron-bank-tars.s3-us-gov-west-1.amazonaws.com/triton.tar"
filename: "triton.tar"
validation:
type: "sha256"
value: "a4f7293b066979adba7cd347de1594658ff33dda5c1f61c2b2236ed318e886bc"
- url: "https://iron-bank-tars.s3-us-gov-west-1.amazonaws.com/centos-cmake.tar.gz"
filename: "centos-cmake.tar.gz"
validation:
......@@ -49,6 +54,11 @@ resources:
validation:
type: "sha256"
value: "90f1b19b05085a994bae7655716c1317f1b9bad5cd018d1712beef9bffa80093"
- url: "https://iron-bank-tars.s3-us-gov-west-1.amazonaws.com/cuda.tar.gz"
filename: "cuda.tar.gz"
validation:
type: "sha256"
value: "74ff9ab08ddea2cffa7ec98166ef63850f3b7b437100eb379612f1af5a94d00b"
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