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
c366aa28
Commit
c366aa28
authored
Apr 09, 2021
by
Andrew Simonetta
Browse files
Checking if whls work -fs
parent
007d67ab
Pipeline
#214866
failed with stages
in 17 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
c366aa28
...
...
@@ -36,7 +36,7 @@ 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/basewhl/requirements.txt
--no-index
--find-links
/opt/basewhl
&&
rm
-r
/opt/nvidia.rpms
\
&&
pip3
install
-r
opt/basewhl/requirements.txt
--no-index
--find-links
/opt/basewhl
s
&&
rm
-r
/opt/nvidia.rpms
\
&&
rm
-r
opt/basewhls
&&
rm
-r
/opt/baserpms
&&
mkdir
/models
ENV
NCCL_VERSION 2.8.4
...
...
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