• Joined on 2025-08-20

rocm-faster-whisper (464c3d372cdd18cecffc1c3ea0b2aad796a05ba1)

Published 2026-04-05 10:10:12 -04:00 by scott in scott/rocm-faster-whisper

Installation

docker pull git.sdgarren.com/scott/rocm-faster-whisper:464c3d372cdd18cecffc1c3ea0b2aad796a05ba1
sha256:c815ecc49d6f76c96c3cd7dfc82bd27f851b1f030632e27607acbcb733a0fcea

Images

Digest OS / Arch Size
398f5bb3b1 linux/amd64 3.5 GiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:9303cc1f788d2a9a8f909b154339f7c637b2a53c75c0e7f3da62eb1fefe371b1 in /
CMD ["/bin/bash"]
LABEL maintainer=dl.mlsedevops@amd.com
ARG ROCM_VERSION=5.3
ARG AMDGPU_VERSION=5.3
ARG APT_PREF
RUN |3 ROCM_VERSION=7.0 AMDGPU_VERSION=7.0 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.0 AMDGPU_VERSION=7.0 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/ jammy main" | tee /etc/apt/sources.list.d/rocm.list && printf "deb [arch=amd64] https://repo.radeon.com/amdgpu/$AMDGPU_VERSION/ubuntu jammy 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.0 AMDGPU_VERSION=7.0 APT_PREF=Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600 /bin/sh -c groupadd -g 109 render # buildkit
ENV CTRANSLATE2_ROOT=/opt/ctranslate2
ENV LD_LIBRARY_PATH=:/opt/ctranslate2/lib
ENV CT2_CUDA_ALLOCATOR=cub_caching
ENV CT2_CUDA_CACHING_ALLOCATOR_CONFIG=4,3,12,419430400
COPY /opt/ctranslate2 /opt/ctranslate2 # buildkit
COPY /wheels /wheels # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3 python3-pip ffmpeg hipblas miopen-hip rocrand libopenblas0 && rm -rf /var/lib/apt/lists/* && pip install --no-cache-dir /wheels/*.whl && pip install --no-cache-dir "faster-whisper>=1.2.1,<2" "wyoming-faster-whisper>=3.1.0" # buildkit
RUN /bin/sh -c mkdir /data # buildkit
VOLUME [/data]
EXPOSE [10405/tcp]
ENTRYPOINT ["python3" "-m" "wyoming_faster_whisper"]
CMD ["--uri" "tcp://0.0.0.0:10405" "--data-dir" "/data" "--model" "Systran/faster-distil-whisper-small.en" "--device" "cuda" "--compute-type" "float16"]

Labels

Key Value
maintainer dl.mlsedevops@amd.com
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-04-05 10:10:12 -04:00
0
OCI / Docker
Versions (3) View all