Update Dockerfile
Browse files- 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 |
|