Spaces:
Sleeping
Sleeping
lengyue233
commited on
Commit
•
07e9572
1
Parent(s):
ed12c3f
update tag
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN poetry config virtualenvs.create false
|
|
9 |
# Install dependencies
|
10 |
WORKDIR /app
|
11 |
|
12 |
-
RUN git clone https://github.com/fishaudio/fish-diffusion.git --depth 1
|
13 |
|
14 |
WORKDIR /app/fish-diffusion
|
15 |
RUN poetry install
|
|
|
9 |
# Install dependencies
|
10 |
WORKDIR /app
|
11 |
|
12 |
+
RUN git clone https://github.com/fishaudio/fish-diffusion.git --depth 1 --branch v2.1.0
|
13 |
|
14 |
WORKDIR /app/fish-diffusion
|
15 |
RUN poetry install
|