We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edaaec commit b6c726aCopy full SHA for b6c726a
mlir/utils/jenkins/Dockerfile
@@ -78,7 +78,7 @@ ENV LC_ALL en_US.UTF-8
78
# TODO: that should be done during the build as it will pull this repo anyway and will have latest version.
79
ADD "https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt" llvm-requirements.txt
80
81
-ADD "https://raw.githubusercontent.com/ROCm/rocMLIR/develop/requirements.txt" requirements.txt
+ADD "https://raw.githubusercontent.com/ROCm/rocMLIR/develop/pip_requirements.txt" requirements.txt
82
83
# --------------------- Section 2: Rock dialect setups -----------------
84
RUN apt-get update && apt-get install -y --no-install-recommends \
requirements.txt renamed to pip_requirements.txt
0 commit comments