Spaces:
Runtime error
Runtime error
Use pre-built wheel
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ ENV HOME=/home/user \
|
|
| 10 |
WORKDIR $HOME/app
|
| 11 |
|
| 12 |
COPY --chown=user requirements.txt .
|
| 13 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 14 |
|
| 15 |
# Download DictaLM 2.0 Q4_K_M GGUF
|
| 16 |
RUN wget -q -O model.gguf "https://huggingface.co/dicta-il/dictalm2.0-instruct-GGUF/resolve/main/dictalm2.0-instruct.Q4_K_M.gguf"
|
|
|
|
| 10 |
WORKDIR $HOME/app
|
| 11 |
|
| 12 |
COPY --chown=user requirements.txt .
|
| 13 |
+
RUN pip install --no-cache-dir -r requirements.txt --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 14 |
|
| 15 |
# Download DictaLM 2.0 Q4_K_M GGUF
|
| 16 |
RUN wget -q -O model.gguf "https://huggingface.co/dicta-il/dictalm2.0-instruct-GGUF/resolve/main/dictalm2.0-instruct.Q4_K_M.gguf"
|