Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ FROM python:3.12
|
|
4 |
# RUN apt install git
|
5 |
# RUN apt install ffmpeg portaudio19-dev libgtk-3-dev python3-wxgtk4.0 -y
|
6 |
|
7 |
-
RUN git clone https://github.com/
|
8 |
|
9 |
# The two following lines are requirements for the Dev Mode to be functional
|
10 |
# Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
|
|
|
4 |
# RUN apt install git
|
5 |
# RUN apt install ffmpeg portaudio19-dev libgtk-3-dev python3-wxgtk4.0 -y
|
6 |
|
7 |
+
RUN git clone https://github.com/zhengr/ChatTTS.git /app
|
8 |
|
9 |
# The two following lines are requirements for the Dev Mode to be functional
|
10 |
# Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
|