Spaces:
Runtime error
Runtime error
update dockerfile for faster inference
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 8b21f57080e70675aaaa2ffa2fad04aed9119420
|
| 15 |
|
| 16 |
WORKDIR /app/fish-diffusion
|
| 17 |
RUN poetry install
|