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
c45dfd5a
Commit
c45dfd5a
authored
Apr 21, 2021
by
Andrew Simonetta
Browse files
Added support for CPU only mode (w/ split layers)
parent
d63944f9
Pipeline
#228463
passed with stages
in 75 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
c45dfd5a
...
...
@@ -37,7 +37,7 @@ WORKDIR /
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
&&
rm
-r
opt/basewhls
&&
rm
-r
/opt/baserpms
&&
mkdir
/models
&&
chown
-R
triton /opt/tritonserver
RUN
tar
-xvhf
./opt/nvidia.rpms.tar
-C
./opt
&&
rm
-fv
./opt/nvidia.rpms.tar
\
&&
rpm
--nodeps
-i
/opt/nvidia.rpms/
*
.rpm
\
...
...
hardening_manifest.yaml
View file @
c45dfd5a
...
...
@@ -42,7 +42,7 @@ resources:
filename
:
"
structure.tar.gz"
validation
:
type
:
"
sha256"
value
:
"
ab61aeea73ace268d8587cbb287e8d8c2462bb995fefd78fe40eac43923810a5
"
value
:
"
11affeb49ce94e8c1be265e77fd5a0bac32c65534163010e670cf7644e8f5053
"
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