neuroama commited on
Commit
04bd6ae
·
1 Parent(s): 18c4057

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,10 +8,10 @@ RUN apt-get update && apt-get install -y git
8
  WORKDIR /workspace
9
 
10
  # 克隆 Gradio 示例项目
11
- RUN git clone https://github.com/gradio-app/hello-world-gradio.git
12
 
13
  # 安装 Gradio 示例项目依赖
14
- WORKDIR /workspace/hello-world-gradio
15
  RUN pip install --no-cache-dir -r requirements.txt
16
 
17
  # 设置容器启动时运行的命令
 
8
  WORKDIR /workspace
9
 
10
  # 克隆 Gradio 示例项目
11
+ RUN git clone https://huggingface.co/spaces/neuroama/so-vits-svc
12
 
13
  # 安装 Gradio 示例项目依赖
14
+ WORKDIR /workspace/so-vits-svc
15
  RUN pip install --no-cache-dir -r requirements.txt
16
 
17
  # 设置容器启动时运行的命令