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
64d4db49
Commit
64d4db49
authored
Jul 23, 2018
by
Paul
Browse files
Add workaround for broken cmake in hip
parent
56973605
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+4
-0
No files found.
Dockerfile
View file @
64d4db49
...
@@ -51,6 +51,10 @@ RUN cget -p $PREFIX install hcc,/hcc
...
@@ -51,6 +51,10 @@ RUN cget -p $PREFIX install hcc,/hcc
# Use hcc
# Use hcc
RUN
cget
-p
$PREFIX
init
--cxx
$PREFIX
/bin/hcc
RUN
cget
-p
$PREFIX
init
--cxx
$PREFIX
/bin/hcc
# Workaround hip's broken cmake
RUN
ln
-s
$PREFIX
/opt/rocm/hip
RUN
ln
-s
$PREFIX
/opt/rocm/hcc
# Install dependencies
# Install dependencies
ADD
dev-requirements.txt /dev-requirements.txt
ADD
dev-requirements.txt /dev-requirements.txt
ADD
requirements.txt /requirements.txt
ADD
requirements.txt /requirements.txt
...
...
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