lengyue233 commited on
Commit
227f927
1 Parent(s): 368fa00

support queue

Browse files
Files changed (1) hide show
  1. 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 720b4c26bd0ebe4ba8edd442fd1b531e7f8b8a5f
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