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
116fa334
Commit
116fa334
authored
Apr 09, 2021
by
Andrew Simonetta
Browse files
Checking if whls work
parent
e87224c5
Pipeline
#214841
failed with stages
in 16 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+3
-2
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
116fa334
...
...
@@ -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
...
...
hardening_manifest.yaml
View file @
116fa334
...
...
@@ -42,7 +42,7 @@ resources:
filename
:
"
structure.tar.gz"
validation
:
type
:
"
sha256"
value
:
"
26101f8515fc97e6cc61714a3681528f6971a75dd0c57bb483da5306d2cc8328
"
value
:
"
cc37be88118315ad5088eaf814264663b511f8d70e1289f893a833344202a1f0
"
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