"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "8657643845eca91379324d408d61d4b2d7fd9f41"
Commit 16855fe0 authored by Paul's avatar Paul
Browse files

Initialize correct environment

parent 45fd7671
...@@ -37,7 +37,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow- ...@@ -37,7 +37,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
RUN pip install cget RUN pip install cget
# Use hcc # Use hcc
RUN cget init --cxx /opt/rocm/bin/hcc RUN cget -p $PREFIX init --cxx /opt/rocm/bin/hcc
# Install dependencies # Install dependencies
ADD dev-requirements.txt /dev-requirements.txt ADD dev-requirements.txt /dev-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