zhengr commited on
Commit
0f836df
·
verified ·
1 Parent(s): 41fc46c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/2noise/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
 
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