Skip to content

Commit b6c726a

Browse files
authored
Move requirements.txt -> pip_requirements.txt due to issues with cget (#1792)
Move requirements.txt -> pip_requirements.txt due to issues with cget (migraphx)
1 parent 8edaaec commit b6c726a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mlir/utils/jenkins/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ENV LC_ALL en_US.UTF-8
7878
# TODO: that should be done during the build as it will pull this repo anyway and will have latest version.
7979
ADD "https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt" llvm-requirements.txt
8080

81-
ADD "https://raw.githubusercontent.com/ROCm/rocMLIR/develop/requirements.txt" requirements.txt
81+
ADD "https://raw.githubusercontent.com/ROCm/rocMLIR/develop/pip_requirements.txt" requirements.txt
8282

8383
# --------------------- Section 2: Rock dialect setups -----------------
8484
RUN apt-get update && apt-get install -y --no-install-recommends \
File renamed without changes.

0 commit comments

Comments
 (0)