Skip to content

Commit

Permalink
Update Dockerfile to ensure compatibility with CT2==4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 authored Oct 23, 2024
1 parent 42b8681 commit 574e256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
RUN apt-get update -y && apt-get install -y python3-pip
COPY infer.py jfk.flac ./
Expand Down

0 comments on commit 574e256

Please sign in to comment.