• Joined on 2025-08-20

rocm-wyoming-whisper (latest)

Published 2025-12-21 01:46:18 -05:00 by scott in scott/rocm-wyoming-whisper

Installation

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

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 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.1.1 AMDGPU_VERSION=30.20.1 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.1.1 AMDGPU_VERSION=30.20.1 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.1.1 AMDGPU_VERSION=30.20.1 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
2025-12-21 01:46:18 -05:00
2
OCI / Docker
linux/amd64
5.9 GiB
Versions (1) View all
latest 2025-12-21