From 80daf728850d9bd6c508877e7f7a7449fcfc4046 Mon Sep 17 00:00:00 2001 From: Paul Pham Date: Wed, 28 Jun 2023 16:53:40 +0000 Subject: [PATCH] Add beginning dockerfile. --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..93694a5 --- /dev/null +++ b/Dockerfile @@ -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