Upgrade default docker to Ubuntu24.04 (#2090)

* upgrade docker to Ubuntu24.04

* add break-system-packages flag to pip install

* fix dockerfile
This commit is contained in:
Illia Silin
2025-04-16 12:10:15 -07:00
committed by GitHub
parent 7c32652e03
commit 3bb62f16cd
3 changed files with 10 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
ARG BASE_DOCKER="rocm/composable_kernel:ck_ub22.04_rocm6.4"
ARG BASE_DOCKER="rocm/composable_kernel:ck_ub24.04_rocm6.4"
FROM $BASE_DOCKER
ARG compiler_version=""
ARG compiler_commit=""