Commit 11a197e5 authored by Paul's avatar Paul
Browse files

Use hcc

parent a626e1cf
...@@ -36,14 +36,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow- ...@@ -36,14 +36,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
# Install cget # Install cget
RUN pip install cget RUN pip install cget
# Install cppcheck # Use hcc
RUN cget -p $PREFIX install danmar/cppcheck@ab02595be1b17035b534db655f9e119080a368bc RUN cget init --cxx /opt/rocm/bin/hcc
RUN cget -p $PREFIX install pfultz2/rocm-recipes
# Install dependencies # Install dependencies
ADD requirements.txt /requirements.txt ADD dev-requirements.txt /dev-requirements.txt
RUN cget -p $PREFIX install -f /requirements.txt RUN cget -p $PREFIX install -f /dev-requirements.txt
# Install doc requirements # Install doc requirements
# ADD doc/requirements.txt /doc-requirements.txt # ADD doc/requirements.txt /doc-requirements.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment