Spaces:
Build error
Build error
Ved Gupta commited on
Commit ·
818aa03
1
Parent(s): 0305af4
Add models to Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
FROM quay.io/go-skynet/local-ai:v2.7.0-ffmpeg-core
|
| 2 |
|
| 3 |
-
RUN mkdir models
|
| 4 |
-
|
| 5 |
RUN wget -q "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q4_0.gguf" -O models/mistral-7b-instruct-v0.2.Q4_0.gguf
|
| 6 |
RUN wget -q "https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q4_0.gguf" -O models/luna-ai-llama2
|
| 7 |
COPY models/* models/
|
|
|
|
| 1 |
FROM quay.io/go-skynet/local-ai:v2.7.0-ffmpeg-core
|
| 2 |
|
|
|
|
|
|
|
| 3 |
RUN wget -q "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q4_0.gguf" -O models/mistral-7b-instruct-v0.2.Q4_0.gguf
|
| 4 |
RUN wget -q "https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q4_0.gguf" -O models/luna-ai-llama2
|
| 5 |
COPY models/* models/
|