You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
317 B
10 lines
317 B
|
2 years ago
|
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
|