Spaces:
Running
Running
chore: update envvars
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -25,8 +25,8 @@ RUN uv pip install -r requirements.txt
|
|
| 25 |
COPY --chown=user scripts/* /app/scripts/
|
| 26 |
RUN chmod +x scripts/docker-deploy.sh
|
| 27 |
|
| 28 |
-
ENV
|
| 29 |
-
ENV
|
| 30 |
ENV RUNNING_IN_DOCKER=1
|
| 31 |
|
| 32 |
CMD ["./scripts/docker-deploy.sh"]
|
|
|
|
| 25 |
COPY --chown=user scripts/* /app/scripts/
|
| 26 |
RUN chmod +x scripts/docker-deploy.sh
|
| 27 |
|
| 28 |
+
ENV GEN_RAG_CHAT_MODEL="huggingface:Qwen/Qwen3-4B-Instruct-2507:cheapest"
|
| 29 |
+
ENV GEN_RAG_VS_CONFIG="/app/scripts/vector-stores.json"
|
| 30 |
ENV RUNNING_IN_DOCKER=1
|
| 31 |
|
| 32 |
CMD ["./scripts/docker-deploy.sh"]
|