Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -41,7 +41,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 41 |
"phonemizer==3.3.0" \
|
| 42 |
"soundfile==0.13.1"
|
| 43 |
|
| 44 |
-
RUN pip install llama-cpp-python==
|
| 45 |
|
| 46 |
# 6. Sao chép mã nguồn
|
| 47 |
COPY --chown=user:user . /app
|
|
|
|
| 41 |
"phonemizer==3.3.0" \
|
| 42 |
"soundfile==0.13.1"
|
| 43 |
|
| 44 |
+
RUN pip install llama-cpp-python==0.3.0 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 45 |
|
| 46 |
# 6. Sao chép mã nguồn
|
| 47 |
COPY --chown=user:user . /app
|