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