UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
triton-inference-server
server
Commits
d4203506
Commit
d4203506
authored
Feb 23, 2021
by
Daniel Mumpton
Browse files
first test of triton
parent
bddb3930
Pipeline
#173843
failed with stages
in 19 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
Dockerfile
Dockerfile
+11
-0
hardening_manifest.yaml
hardening_manifest.yaml
+10
-0
No files found.
Dockerfile
View file @
d4203506
...
...
@@ -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
...
...
hardening_manifest.yaml
View file @
d4203506
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment