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
11a197e5
Commit
11a197e5
authored
Jun 05, 2018
by
Paul
Browse files
Use hcc
parent
a626e1cf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
Dockerfile
Dockerfile
+4
-6
dev-requirements.txt
dev-requirements.txt
+1
-0
No files found.
Dockerfile
View file @
11a197e5
...
...
@@ -36,14 +36,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
# Install cget
RUN
pip
install
cget
# Install cppcheck
RUN
cget
-p
$PREFIX
install
danmar/cppcheck@ab02595be1b17035b534db655f9e119080a368bc
RUN
cget
-p
$PREFIX
install
pfultz2/rocm-recipes
# Use hcc
RUN
cget init
--cxx
/opt/rocm/bin/hcc
# Install dependencies
ADD
requirements.txt /requirements.txt
RUN
cget
-p
$PREFIX
install
-f
/requirements.txt
ADD
dev-
requirements.txt /
dev-
requirements.txt
RUN
cget
-p
$PREFIX
install
-f
/
dev-
requirements.txt
# Install doc requirements
# ADD doc/requirements.txt /doc-requirements.txt
...
...
dev-requirements.txt
View file @
11a197e5
pfultz2/rocm-recipes
danmar/cppcheck@ab02595be1b17035b534db655f9e119080a368bc
-f 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