Add beginning dockerfile.

main
Paul Pham 2 years ago
parent ea3b2776c4
commit 80daf72885

@ -0,0 +1,9 @@
FROM nvidia/cuda:12.1.1-cudnn8-runtime-ubuntu22.04
RUN apt update
RUN apt install -y python3 git
RUN git clone http://199.170.132.91:3000/cryptogoth/value-investors-tts.git
RUN apt install -y python3-pip
RUN cd value-investors-tts/voice-training-sets/berkshire-meetings/1994/; \
pip3 install -r requirements.txt
Loading…
Cancel
Save