• Joined on 2025-08-20

rocm-wyoming-whisper (latest)

Published 2026-02-01 01:54:17 -05:00 by scott in scott/rocm-wyoming-whisper

Installation

docker pull git.sdgarren.com/scott/rocm-wyoming-whisper:latest
sha256:b0355c8ea3475bdfbae3965dce36537d899105b9ec71fa3f74d95a5920821e51

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b 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 AMDGPU_VERSION=30.30 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 AMDGPU_VERSION=30.30 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 AMDGPU_VERSION=30.30 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 update && apt install -y --no-install-recommends libjpeg-dev python3-dev python3-pip && apt clean && rm -r /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c pip3 install --break-system-packages --no-cache-dir wheel setuptools # buildkit
RUN /bin/sh -c pip3 install --break-system-packages --no-cache-dir --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4/ # buildkit
RUN /bin/sh -c pip3 install --break-system-packages --no-cache-dir wyoming openai-whisper tokenizers # buildkit
COPY src /src # buildkit
WORKDIR /src
ENTRYPOINT ["/src/run.sh"]

Labels

Key Value
maintainer dl.mlsedevops@amd.com
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-02-01 01:54:17 -05:00
3
OCI / Docker
linux/amd64
5.9 GiB
Versions (1) View all
latest 2026-02-01