Skip to content

Commit

Permalink
Merge branch 'wc-044' into debug0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed May 7, 2024
2 parents 9ebc827 + 379720d commit 6f44f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcribe-batch/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f44f7d

Please sign in to comment.