Spaces:
Sleeping
Sleeping
Ved Gupta commited on
Commit ·
c687ea1
1
Parent(s): 96f0c46
Add environment variable REBUILD
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 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/
|
|
|
|
| 1 |
FROM quay.io/go-skynet/local-ai:v2.7.0-ffmpeg-core
|
| 2 |
|
| 3 |
+
# Add the environment variable
|
| 4 |
+
ENV REBUILD=true
|
| 5 |
+
|
| 6 |
# 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
|
| 7 |
# 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
|
| 8 |
# COPY models/* models/
|