PorYoung commited on
Commit
22bc264
1 Parent(s): a94cab5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,9 +1,9 @@
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
 
1
+ FROM python:3.8
2
 
3
  WORKDIR /work
4
 
5
  RUN apt update
6
+ RUN apt install -y git libsndfile1-dev python3 python3-dev 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