try without -complete

This commit is contained in:
Mathieu Broillet 2024-08-28 16:08:40 +02:00
parent 4080e682a9
commit cf73da1c88
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -1,5 +1,5 @@
ARG ROCM_VERSION=6.1.2 ARG ROCM_VERSION=6.1.2
FROM rocm/dev-ubuntu-22.04:${ROCM_VERSION}-complete FROM rocm/dev-ubuntu-22.04:${ROCM_VERSION}
# also works without -complete for specific arch (tested on gfx1030) # also works without -complete for specific arch (tested on gfx1030)
ENV DEBIAN_FRONTEND=noninteractive \ ENV DEBIAN_FRONTEND=noninteractive \