Gregniuki commited on
Commit
b76766d
1 Parent(s): 4eb97bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ WORKDIR /workspace
39
  RUN git clone https://github.com/SWivid/F5-TTS.git \
40
  && cd F5-TTS \
41
  && pip install -e .[eval]
42
-
43
  ENV SHELL=/bin/bash
44
 
45
 
 
39
  RUN git clone https://github.com/SWivid/F5-TTS.git \
40
  && cd F5-TTS \
41
  && pip install -e .[eval]
42
+ RUN pip install f5-tts
43
  ENV SHELL=/bin/bash
44
 
45