Spaces:
Runtime error
Runtime error
support queue
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ WORKDIR /app
|
|
| 11 |
|
| 12 |
RUN git clone https://github.com/fishaudio/fish-diffusion.git && \
|
| 13 |
cd fish-diffusion && \
|
| 14 |
-
git checkout
|
| 15 |
|
| 16 |
WORKDIR /app/fish-diffusion
|
| 17 |
RUN poetry install
|
|
|
|
| 11 |
|
| 12 |
RUN git clone https://github.com/fishaudio/fish-diffusion.git && \
|
| 13 |
cd fish-diffusion && \
|
| 14 |
+
git checkout ae5689c2cb6cae5ac439b4bd5e88be015d89d060
|
| 15 |
|
| 16 |
WORKDIR /app/fish-diffusion
|
| 17 |
RUN poetry install
|