Update Dockerfile.cpu

This commit is contained in:
McCloudS
2024-03-16 14:22:14 -06:00
committed by GitHub
parent 775bb2e3a4
commit fde8a92a03

View File

@@ -2,7 +2,7 @@ FROM alpine
WORKDIR /subgen WORKDIR /subgen
RUN apk add --no-cache \ RUN apk add --no-cache --break-system-packages \
python3 \ python3 \
cmd:pip3 \ cmd:pip3 \
ffmpeg \ ffmpeg \
@@ -19,7 +19,7 @@ RUN apk add --no-cache \
whisper \ whisper \
transformers \ transformers \
accelerate \ accelerate \
optimum optimum
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1