Mimi commited on
Commit
2f61f40
·
1 Parent(s): 39be96e

fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && \
15
  xargs -r -a /app/packages.txt apt-get install -y && \
16
  rm -rf /var/lib/apt/lists/* && \
17
  pip install --no-cache-dir -r $HOME/app/requirements.txt && \
18
- pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
19
 
20
  EXPOSE 7860
21
  CMD streamlit run app.py \
 
15
  xargs -r -a /app/packages.txt apt-get install -y && \
16
  rm -rf /var/lib/apt/lists/* && \
17
  pip install --no-cache-dir -r $HOME/app/requirements.txt && \
18
+ pip install llama-cpp-python
19
 
20
  EXPOSE 7860
21
  CMD streamlit run app.py \