File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- FROM debian:bullseye-slim
1+ FROM nvidia/cuda:12.1.1-cudnn8-runtime-ubuntu22.04
22ARG TARGETARCH
33ARG TARGETVARIANT
44
Original file line number Diff line number Diff line change 1- FROM debian:bullseye-slim
1+ FROM nvidia/cuda:12.1.1-cudnn8-runtime-ubuntu22.04
22ARG TARGETARCH
33ARG TARGETVARIANT
44
1717 && pip3 install --no-cache-dir -U \
1818 setuptools \
1919 wheel \
20+ onnxruntime-gpu \
2021 && pip3 install --no-cache-dir \
2122 "wyoming-piper==${PIPER_LIB_VERSION}" \
2223 \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22python3 -m wyoming_piper \
33 --piper ' /usr/share/piper/piper' \
4+ --cuda \
45 --uri ' tcp://0.0.0.0:10200' \
56 --data-dir /data \
67 --download-dir /data " $@ "
Original file line number Diff line number Diff line change 1- FROM debian:bullseye-slim
1+ FROM nvidia/cuda:11.2.2-cudnn8-runtime-ubuntu20.04
22
33# Install Whisper
44WORKDIR /usr/src
You can’t perform that action at this time.
0 commit comments