PorYoung commited on
Commit
a94cab5
1 Parent(s): 6df1a2b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -5
Dockerfile CHANGED
@@ -1,12 +1,9 @@
1
- FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu20.04
2
- LABEL maintainer="Hugging Face"
3
-
4
- ARG DEBIAN_FRONTEND=noninteractive
5
 
6
  WORKDIR /work
7
 
8
  RUN apt update
9
- RUN apt install -y git libsndfile1-dev tesseract-ocr espeak-ng python3 python3-pip ffmpeg
10
  RUN python3 -m pip install --no-cache-dir --upgrade pip
11
 
12
  RUN git clone https://github.com/svc-develop-team/so-vits-svc.git && cd so-vits-svc
 
1
+ FROM huggingface/transformers-pytorch-cpu
 
 
 
2
 
3
  WORKDIR /work
4
 
5
  RUN apt update
6
+ RUN apt install -y git libsndfile1-dev python3 python3-pip ffmpeg
7
  RUN python3 -m pip install --no-cache-dir --upgrade pip
8
 
9
  RUN git clone https://github.com/svc-develop-team/so-vits-svc.git && cd so-vits-svc