Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
23d96aa2
Commit
23d96aa2
authored
Apr 12, 2020
by
Paul
Browse files
Install doc requirements with python 3
parent
08d1cc78
Changes
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 @
23d96aa2
...
...
@@ -81,7 +81,7 @@ ENV LD_LIBRARY_PATH=$PREFIX/lib
# Install doc requirements
ADD
doc/requirements.txt /doc-requirements.txt
RUN
pip
install
-r
/doc-requirements.txt
RUN
pip
3
install
-r
/doc-requirements.txt
# Setup ubsan environment to printstacktrace
RUN
ln
-s
/usr/bin/llvm-symbolizer-5.0 /usr/local/bin/llvm-symbolizer
...
...
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