diff --git a/transcribe-batch/docker/Dockerfile b/transcribe-batch/docker/Dockerfile index e4731e3..64f96df 100644 --- a/transcribe-batch/docker/Dockerfile +++ b/transcribe-batch/docker/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get install python3-pip python3-dev -y --no-install-recommends # Solve errors: # - Error: libcudnn_ops_infer.so.8: cannot open shared object file: No such file or directory # - Error: libcublasLt.so.11: cannot open shared object file: No such file or directory -RUN apt-get install libcudnn8=8.8.1.3-1+cuda11.8 && apt-get install libcublas-11-8 -y +RUN apt-get install libcudnn8=8.8.1.3-1+cuda11.8 && apt-get install libcublas-12-3 && apt-get install libcublas-11-8 -y WORKDIR /srv