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 3b05e16 commit 9d4f0dbCopy full SHA for 9d4f0db
mlir/utils/jenkins/Dockerfile
@@ -148,4 +148,6 @@ RUN wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.34-linux-glibc2
148
# --ignore-installed because of problems upgrading PyYAML. See also -U.
149
ADD "https://raw.githubusercontent.com/ROCm/MITuna/pf-tuna-rocmlir-3/requirements.txt" tuna-requirements.txt
150
RUN python3 -m venv /tuna-venv && . /tuna-venv/bin/activate && \
151
- python3 -m pip install -r tuna-requirements.txt --ignore-installed
+ 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