diff --git a/Dockerfile b/Dockerfile index be992f0c..4493d3c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM rocm/dev-ubuntu-24.04:7.0.2 AS rocm-runtime +FROM rocm/dev-ubuntu-24.04:7.2.4 AS rocm-runtime FROM rocm/dev-ubuntu-22.04:7.0.2 AS amdsmi-sdk RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ cmake build-essential \