mirror of
https://github.com/BillyOutlast/rocm-automated.git
synced 2026-02-04 03:51:19 +01:00
adding clang
This commit is contained in:
@@ -4,7 +4,7 @@ FROM rocm/dev-ubuntu-24.04:7.1-complete AS builder
|
||||
ARG GFX_NAME=gfx1151
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ca-certificates libvulkan1 git cmake ninja-build \
|
||||
&& apt-get install -y ca-certificates libvulkan1 git cmake ninja-build clang \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user