deep-voice-cloning / Dockerfile
konverner's picture
Docker support added
c5f4f8c
raw
history blame contribute delete
No virus
96 Bytes
FROM python:3.9
MAINTAINER Konstantin Verner <[email protected]>
COPY . .
RUN pip install .