Do0rMaMu commited on
Commit
f61f65c
1 Parent(s): b0b949d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ RUN git clone https://github.com/2noise/ChatTTS.git && \
16
  cd ChatTTS && \
17
  pip install --no-cache-dir -r requirements.txt
18
 
 
 
19
  # Copy the API files
20
  COPY . /code
21
 
 
16
  cd ChatTTS && \
17
  pip install --no-cache-dir -r requirements.txt
18
 
19
+ ENV HF_HOME=/code/.cache
20
+
21
  # Copy the API files
22
  COPY . /code
23