dan

hipfire-qwen36 (rocm-7.2-qwen36-27b)

Published 2026-08-08 18:14:16 +00:00 by dan

Installation

docker pull forge.coffee-anon.com/dan/hipfire-qwen36:rocm-7.2-qwen36-27b
sha256:057a65ff1b7f7d5582b291ef6e971a2095a6d81ad4bc0e838e256614751fa626

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /
CMD ["/bin/bash"]
LABEL maintainer=dl.mlsedevops@amd.com
ARG ROCM_VERSION=6.2
ARG AMDGPU_VERSION=6.2
ARG APT_PREF
RUN |3 ROCM_VERSION=7.2.4 AMDGPU_VERSION=30.30.4 APT_PREF=Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600 /bin/sh -c echo "$APT_PREF" > /etc/apt/preferences.d/rocm-pin-600 # buildkit
RUN |3 ROCM_VERSION=7.2.4 AMDGPU_VERSION=30.30.4 APT_PREF=Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl libnuma-dev gnupg && curl -sL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - && printf "deb [arch=amd64] https://repo.radeon.com/rocm/apt/$ROCM_VERSION/ noble main" | tee /etc/apt/sources.list.d/rocm.list && printf "deb [arch=amd64] https://repo.radeon.com/amdgpu/$AMDGPU_VERSION/ubuntu noble main" | tee /etc/apt/sources.list.d/amdgpu.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sudo libelf1 kmod file python3-dev python3-pip rocm-dev build-essential && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |3 ROCM_VERSION=7.2.4 AMDGPU_VERSION=30.30.4 APT_PREF=Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600 /bin/sh -c groupadd -g 109 render # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c mkdir -p /root/.hipfire && chown -R root:root /root/.hipfire # buildkit
COPY /src/target/release/examples/daemon /usr/local/bin/hipfire-daemon # buildkit
RUN /bin/sh -c printf '#!/bin/bash\nexec hipfire-daemon "$@"\n' > /usr/local/bin/hipfire && chmod +x /usr/local/bin/hipfire # buildkit
EXPOSE [11435/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -sf http://localhost:11435/health || exit 1] Interval:30s Timeout:10s StartPeriod:1m0s StartInterval:0s Retries:3}
ENTRYPOINT ["hipfire" "serve"]
CMD ["qwen3.6:27b" "--kv-cache" "fwht2" "--idle-timeout" "0"]

Labels

Key Value
maintainer dl.mlsedevops@amd.com
org.opencontainers.image.version 24.04
Details
Container
2026-08-08 18:14:16 +00:00
6
OCI / Docker
linux/amd64
1.1 GiB
Versions (2) View all