UNCLASSIFIED

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