"...csrc/git@developer.sourcefind.cn:change/sglang.git" did not exist on "0fbecc4364bf1dd6962ab15fb1c8dff78ce86759"
Commit b6ca80c9 authored by Paul's avatar Paul
Browse files

Build dependencies with cget

parent 75025568
...@@ -51,7 +51,13 @@ RUN pip3 install -r /doc-requirements.txt ...@@ -51,7 +51,13 @@ RUN pip3 install -r /doc-requirements.txt
# 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
RUN rbuild prepare --cxx /opt/rocm/llvm/bin/clang++ -d $PREFIX -S / # Manually ignore rocm dependencies
RUN cget -p $PREFIX ignore \
RadeonOpenCompute/clang-ocl \
ROCm-Developer-Tools/HIP \
ROCmSoftwarePlatform/MIOpen \
ROCmSoftwarePlatform/MIOpenGEMM \
ROCmSoftwarePlatform/rocBLAS
RUN cget -p $PREFIX init --cxx /opt/rocm/llvm/bin/clang++
RUN cget -p $PREFIX install -f dev-requirements.txt
# Install rocm-cmake
RUN cget -p $PREFIX install -U RadeonOpenCompute/rocm-cmake@master
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