mirror of
https://github.com/SYSTRAN/faster-whisper.git
synced 2026-01-08 13:14:00 -05:00
Update Dockerfile to ensure compatibility with CT2==4.5.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04
|
FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
RUN apt-get update -y && apt-get install -y python3-pip
|
RUN apt-get update -y && apt-get install -y python3-pip
|
||||||
COPY infer.py jfk.flac ./
|
COPY infer.py jfk.flac ./
|
||||||
|
|||||||
Reference in New Issue
Block a user