Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
64e8e30a
Commit
64e8e30a
authored
Dec 19, 2019
by
Paul
Browse files
Pin versions that work with python 3
parent
cd6e312c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+1
-1
doc/requirements.txt
doc/requirements.txt
+2
-2
No files found.
Dockerfile
View file @
64e8e30a
...
@@ -78,7 +78,7 @@ ENV LD_LIBRARY_PATH=$PREFIX/lib
...
@@ -78,7 +78,7 @@ ENV LD_LIBRARY_PATH=$PREFIX/lib
# Install doc requirements
# Install doc requirements
ADD
doc/requirements.txt /doc-requirements.txt
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
# Setup ubsan environment to printstacktrace
RUN
ln
-s
/usr/bin/llvm-symbolizer-5.0 /usr/local/bin/llvm-symbolizer
RUN
ln
-s
/usr/bin/llvm-symbolizer-5.0 /usr/local/bin/llvm-symbolizer
...
...
doc/requirements.txt
View file @
64e8e30a
sphinx==
1.6
.2
sphinx==
2.2
.2
breathe==4.
9
.1
breathe==4.
13
.1
# git+https://github.com/arximboldi/breathe@fix-node-parent
# git+https://github.com/arximboldi/breathe@fix-node-parent
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