mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 19:09:59 +00:00
Fix CI issues. (#572)
* switch to recent staging compiler as default for CI
* fix the baseline query
* roll back sqlalchemy to version 1.4.46
[ROCm/composable_kernel commit: f73574ffdd]
This commit is contained in:
@@ -60,7 +60,7 @@ RUN dpkg -i dumb-init_*.deb && rm dumb-init_*.deb
|
||||
ARG PREFIX=/opt/rocm
|
||||
# Install packages for processing the performance results
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip3 install sqlalchemy
|
||||
RUN pip3 install sqlalchemy==1.4.46
|
||||
RUN pip3 install pymysql
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install setuptools-rust
|
||||
|
||||
Reference in New Issue
Block a user