Skip to content

Commit 7325ab7

Browse files
committed
Add HF_AUTH_TOKEN to .env.example and docker-compose configuration
1 parent 274a076 commit 7325ab7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
WHISPER_API="localhost:50001/v1"
2+
HF_AUTH_TOKEN="your token here"

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
- MAX_CONCURRENCY
2020
- MAX_BATCH_SIZE
2121
- MAX_LATENCY_MS
22+
- HF_AUTH_TOKEN=${HF_AUTH_TOKEN}
2223
volumes:
2324
- hugging_face_cache:/root/.cache/huggingface
2425
deploy:

0 commit comments

Comments
 (0)