UNCLASSIFIED

Commit b3504e3a authored by Andrew Simonetta's avatar Andrew Simonetta
Browse files

Removed move command ie smaller image size and smaller rpm folder

parent 50c629ae
Pipeline #189590 failed with stages
in 23 minutes and 47 seconds
......@@ -54,7 +54,7 @@ WORKDIR /opt
#Untar
RUN tar -xvf ./${TARBALLN1} && rm -fv ./${TARBALLN1}
RUN tar -zxf ./${TARBALL2} && rm -fv ./${TARBALL2}
RUN tar -zvf ./${TARBALL13} && rm -fv ./${TARBALL13}
RUN tar -zxf ./${TARBALL13} && rm -fv ./${TARBALL13}
COPY ["${TARBALL6}", "${TARBALL7}", "${TARBALL8}", "${TARBALL9}", \
"${TARBALL10}", "${TARBALL11}", "${TARBALL12}", "/opt/tritonserver/backends/tensorflow1/"]
......
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