pnnbao-ump commited on
Commit
e765211
·
verified ·
1 Parent(s): 2ce4ca1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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==v0.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
 
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