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
71033a73
Commit
71033a73
authored
Apr 21, 2021
by
Andrew Simonetta
Browse files
Added support for CPU only mode (w/ split layers)
parent
c45dfd5a
Pipeline
#228554
passed with stages
in 69 minutes and 32 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 @
71033a73
...
...
@@ -15,7 +15,7 @@ RUN dnf -y upgrade && dnf -y install pkg-config libgomp libpng python38 && dnf c
echo
"/usr/local/nvidia/lib64"
>>
/etc/ld.so.conf.d/nvidia.conf
#ENV
ENV
PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
ENV
PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:
/opt/tritonserver/bin:
${PATH}
ENV
LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64:/opt/tritonserver/lib:/opt/tritonserver/lib
#Link
...
...
hardening_manifest.yaml
View file @
71033a73
...
...
@@ -42,7 +42,7 @@ resources:
filename
:
"
structure.tar.gz"
validation
:
type
:
"
sha256"
value
:
"
11affeb49ce94e8c1be265e77fd5a0bac32c65534163010e670cf7644e8f5053
"
value
:
"
34c1d8aaedb45c26c63b883bc87d506533ac120287ad3de9719c59295937a0a8
"
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