UNCLASSIFIED

Commit 71033a73 authored by Andrew Simonetta's avatar 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
......@@ -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
......
......@@ -42,7 +42,7 @@ resources:
filename: "structure.tar.gz"
validation:
type: "sha256"
value: "11affeb49ce94e8c1be265e77fd5a0bac32c65534163010e670cf7644e8f5053"
value: "34c1d8aaedb45c26c63b883bc87d506533ac120287ad3de9719c59295937a0a8"
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