PorYoung commited on
Commit
590bfce
1 Parent(s): 66dc512

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /work
5
  RUN git clone https://github.com/svc-develop-team/so-vits-svc.git && cd so-vits-svc
6
 
7
  RUN ["apt", "update"]
8
- RUN ["apt", "install", "-y", "build-essential", "libpython3.9-dev"]
9
  RUN ["apt", "install", "-y", "sox", "ffmpeg", "libcairo2", "libcairo2-dev", "libgirepository1.0-dev"]
10
  RUN ["pip", "install", "-U", "pip", "setuptools", "wheel"]
11
 
 
5
  RUN git clone https://github.com/svc-develop-team/so-vits-svc.git && cd so-vits-svc
6
 
7
  RUN ["apt", "update"]
8
+ RUN ["apt", "install", "-y", "gcc-9 g++-9", "build-essential", "python3-dev", "libpython3.9-dev"]
9
  RUN ["apt", "install", "-y", "sox", "ffmpeg", "libcairo2", "libcairo2-dev", "libgirepository1.0-dev"]
10
  RUN ["pip", "install", "-U", "pip", "setuptools", "wheel"]
11