Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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://
|
12 |
|
13 |
# 安装 Gradio 示例项目依赖
|
14 |
-
WORKDIR /workspace/
|
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 |
# 设置容器启动时运行的命令
|