Skip to content

Commit 9d4f0db

Browse files
authored
Install rocMLIR requirements in MITuna venv (#1879)
1 parent 3b05e16 commit 9d4f0db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/utils/jenkins/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,6 @@ RUN wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.34-linux-glibc2
148148
# --ignore-installed because of problems upgrading PyYAML. See also -U.
149149
ADD "https://raw.githubusercontent.com/ROCm/MITuna/pf-tuna-rocmlir-3/requirements.txt" tuna-requirements.txt
150150
RUN python3 -m venv /tuna-venv && . /tuna-venv/bin/activate && \
151-
python3 -m pip install -r tuna-requirements.txt --ignore-installed
151+
python3 -m pip install -r tuna-requirements.txt --ignore-installed && \
152+
python3 -m pip install -r llvm-requirements.txt --ignore-installed && \
153+
python3 -m pip install -r requirements.txt --ignore-installed

0 commit comments

Comments
 (0)