Skip to content

Commit 175252e

Browse files
author
Radovan Fuchs
committed
add HF variable
1 parent 162c61b commit 175252e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose-library.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ services:
5757
- LLAMA_STACK_LOGGING=${LLAMA_STACK_LOGGING:-}
5858
# FAISS test and inline RAG config
5959
- FAISS_VECTOR_STORE_ID=${FAISS_VECTOR_STORE_ID:-}
60+
# Prevent HuggingFace Hub update checks (HTTP 429 rate-limiting in CI from parallel jobs).
61+
- HF_HUB_OFFLINE=1
6062
healthcheck:
6163
test: ["CMD", "curl", "-f", "http://localhost:8080/liveness"]
6264
interval: 10s # how often to run the check

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ services:
5757
- LLAMA_STACK_LOGGING=${LLAMA_STACK_LOGGING:-}
5858
# FAISS test
5959
- FAISS_VECTOR_STORE_ID=${FAISS_VECTOR_STORE_ID:-}
60+
# Prevent HuggingFace Hub update checks (HTTP 429 rate-limiting in CI from parallel jobs).
61+
- HF_HUB_OFFLINE=1
6062
# OKP/Solr RAG
6163
- RH_SERVER_OKP=${RH_SERVER_OKP:-}
6264
- SOLR_URL=${SOLR_URL:-}

0 commit comments

Comments
 (0)