document-ocr-demo / compose.yaml
vincentlo's picture
Upload folder using huggingface_hub
2548af8 verified
version: '3.8'
services:
app:
build: .
ports:
- "7860:7860"
environment:
AZURE_ENDPOINT: ${AZURE_ENDPOINT}
AZURE_KEY: ${AZURE_KEY}