Commit 1cd4d1b0 authored by Paul's avatar Paul
Browse files

Include missing requirements.txt file

parent 16855fe0
......@@ -41,6 +41,7 @@ RUN cget -p $PREFIX init --cxx /opt/rocm/bin/hcc
# Install dependencies
ADD dev-requirements.txt /dev-requirements.txt
ADD requirements.txt /requirements.txt
RUN cget -p $PREFIX install -f /dev-requirements.txt
# Install doc requirements
......
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