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
6a821968
You need to sign in or sign up before continuing.
Commit
6a821968
authored
Apr 14, 2021
by
Andrew Simonetta
Browse files
New backends split RUN 7.8 -> 3.59 / 4.23
parent
7a9ce908
Pipeline
#219915
passed with stages
in 77 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
Dockerfile
Dockerfile
+8
-3
No files found.
Dockerfile
View file @
6a821968
...
...
@@ -34,11 +34,16 @@ COPY ["${TARBALL1}", "/"]
COPY
["${TARBALLN}","/opt/"]
WORKDIR
/
RUN
tar
-zxvhf
./
${
TARBALL1
}
&&
rm
-fv
./
${
TARBALL1
}
&&
tar
-xvhf
./opt/nvidia.rpms.tar
-C
./opt
&&
rm
-fv
./opt/nvidia.rpms.tar
\
&&
rpm
-i
/opt/baserpms/re2-20190801-1.el8.x86_64.rpm
&&
rpm
--nodeps
-i
/opt/nvidia.rpms/
*
.rpm
\
&&
pip3
install
-r
opt/basewhls/requirements.txt
--no-index
--find-links
/opt/basewhls
&&
rm
-r
/opt/nvidia.rpms
\
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
RUN
tar
-xvhf
./opt/nvidia.rpms.tar
-C
./opt
&&
rm
-fv
./opt/nvidia.rpms.tar
\
&&
rpm
--nodeps
-i
/opt/nvidia.rpms/
*
.rpm
\
&&
rm
-r
/opt/nvidia.rpms
ENV
NCCL_VERSION 2.8.4
ENV
LIBRARY_PATH /usr/local/cuda/lib64/stubs
ENV
CUDNN_VERSION 8.1.0.77
...
...
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